Use standard tslint.json

This commit is contained in:
Bryan Huang
2019-01-15 16:32:12 +08:00
committed by GitHub
parent 1eaceb3359
commit f8b663aa87

View File

@@ -1,6 +1,3 @@
{
"extends": "dtslint/dt.json",
"rules": {
"no-single-declare-module": false
}
"extends": "dtslint/dt.json"
}