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 +1 @@
{ "extends": "../tslint.json" }
{ "extends": "dtslint/dt.json" }