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:
Andy
2017-04-14 08:04:05 -07:00
committed by GitHub
parent 460be51a58
commit bbc61fbf93
817 changed files with 854 additions and 861 deletions

View File

@@ -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