Move tslint settings to tslint.json

This commit is contained in:
Erich Gamma 2017-05-17 16:13:23 +02:00
parent 669b83d5fc
commit f4a351fc08
2 changed files with 3 additions and 2 deletions

View file

@ -16,8 +16,6 @@
"i18n/**": true,
"extensions/**/out/**": true
},
"tslint.enable": true,
"tslint.rulesDirectory": "build/lib/tslint",
"lcov.path": [
"./.build/coverage/lcov.info",
"./.build/coverage-single/lcov.info"

View file

@ -1,4 +1,7 @@
{
"rulesDirectory": [
"build/lib/tslint"
],
"rules": {
"no-unused-expression": true,
"no-duplicate-variable": true,