mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 09:25:50 +08:00
Extend "dtslint/dt.json" directly instead of "../tslint.json". (#15822)
* Extend "dtslint/dt.json" directly instead of "../tslint.json". * Convert more "../tslint.json" to "dtslint/dt.json" * no-redundant-modifiers -> strict-export-declare-modifiers
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "../tslint.json",
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
"jsdoc-format": false,
|
||||
"max-line-length": false
|
||||
|
||||
Reference in New Issue
Block a user