Skip to content

Commit a5917af

Browse files
committed
Removed some rules to make tslint happy with TS 1.8.0
1 parent 07e3011 commit a5917af

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

tslint.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@
88
"curly": true,
99
"class-name": true,
1010
"semicolon": true,
11-
"no-unnecessary-semicolons": true,
12-
"triple-equals": true,
13-
"no-duplicate-case": true,
14-
"no-unexternalized-strings": [
15-
true,
16-
{
17-
"signatures": ["localize", "nls.localize"],
18-
"messageIndex": 1
19-
}
20-
]
11+
"triple-equals": true
2112
}
2213
}

0 commit comments

Comments
 (0)