Removed some rules to make tslint happy with TS 1.8.0
parent
07e3011a62
commit
a5917af737
11
tslint.json
11
tslint.json
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue