Removed some rules to make tslint happy with TS 1.8.0

pull/3103/head
Dirk Baeumer 2016-02-17 17:20:26 +01:00
parent 07e3011a62
commit a5917af737
1 changed files with 1 additions and 10 deletions

View File

@ -8,15 +8,6 @@
"curly": true,
"class-name": true,
"semicolon": true,
"no-unnecessary-semicolons": true,
"triple-equals": true,
"no-duplicate-case": true,
"no-unexternalized-strings": [
true,
{
"signatures": ["localize", "nls.localize"],
"messageIndex": 1
}
]
"triple-equals": true
}
}