Skip to content

Commit a022f66

Browse files
committed
chore: upgrade tslint
1 parent 48a82d4 commit a022f66

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"redux": "^3.6.0",
3030
"rimraf": "^2.5.4",
3131
"tape": "^4.6.2",
32-
"tslint": "^4.0.2",
32+
"tslint": "^4.1.0",
3333
"typescript": "^2.0.3"
3434
}
3535
}

tslint.json

-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@
1414
80
1515
],
1616
"no-duplicate-variable": true,
17-
"no-duplicate-key": true,
1817
"no-empty": false,
1918
"no-eval": true,
2019
"no-internal-module": true,
2120
"no-trailing-whitespace": false,
22-
"no-unreachable": true,
2321
"no-unused-expression": true,
24-
"no-unused-variable": true,
2522
"no-use-before-declare": true,
2623
"no-var-keyword": true,
2724
"one-line": [

0 commit comments

Comments
 (0)