mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +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": {
|
||||
// All are TODOs
|
||||
"adjacent-overload-signatures": false,
|
||||
@@ -16,7 +16,6 @@
|
||||
"no-empty-interface": false,
|
||||
"no-internal-module": false,
|
||||
"no-padding": false,
|
||||
"no-redundant-modifiers": false,
|
||||
"no-string-throw": false,
|
||||
"no-var": false,
|
||||
"object-literal-shorthand": false,
|
||||
@@ -25,6 +24,7 @@
|
||||
"prefer-method-signature": false,
|
||||
"semicolon": false,
|
||||
"space-before-function-paren": false,
|
||||
"strict-export-declare-modifiers": false,
|
||||
"typedef-whitespace": false,
|
||||
"unified-signatures": false,
|
||||
"whitespace": false
|
||||
|
||||
Reference in New Issue
Block a user