We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tslint
1 parent 48a82d4 commit a022f66Copy full SHA for a022f66
package.json
@@ -29,7 +29,7 @@
29
"redux": "^3.6.0",
30
"rimraf": "^2.5.4",
31
"tape": "^4.6.2",
32
- "tslint": "^4.0.2",
+ "tslint": "^4.1.0",
33
"typescript": "^2.0.3"
34
}
35
tslint.json
@@ -14,14 +14,11 @@
14
80
15
],
16
"no-duplicate-variable": true,
17
- "no-duplicate-key": true,
18
"no-empty": false,
19
"no-eval": true,
20
"no-internal-module": true,
21
"no-trailing-whitespace": false,
22
- "no-unreachable": true,
23
"no-unused-expression": true,
24
- "no-unused-variable": true,
25
"no-use-before-declare": true,
26
"no-var-keyword": true,
27
"one-line": [
0 commit comments