Skip to content

Commit c6e62d7

Browse files
committed
Remove sonarts rules from tslint
While probably useful they're pretty buggy and we don't want them throwing exceptions everytime we make a change.
1 parent 4907b8d commit c6e62d7

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

package-lock.json

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"sharp": "0.24.0",
1818
"ts-jest": "25.0.0",
1919
"tslint": "5.20.1",
20-
"tslint-sonarts": "1.9.0",
2120
"typescript": "3.7.5",
2221
"web-ext": "4.0.0",
2322
"web-ext-types": "3.2.1",

tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["tslint:recommended", "tslint-sonarts"],
2+
"extends": ["tslint:recommended"],
33
"rules": {
44
"arrow-parens": false,
55
"cognitive-complexity": false,

0 commit comments

Comments
 (0)