|
|
@@ -4,17 +4,12 @@
|
|
|
"comment-format": [true, "check-space"],
|
|
|
"curly": true,
|
|
|
"eofline": true,
|
|
|
- "forin": true,
|
|
|
+ "forin": false,
|
|
|
"indent": [true, "spaces"],
|
|
|
"label-position": true,
|
|
|
"label-undefined": true,
|
|
|
"max-line-length": [true, 140],
|
|
|
"member-access": false,
|
|
|
- "member-ordering": [true,
|
|
|
- "public-before-private",
|
|
|
- "static-before-instance",
|
|
|
- "variables-before-functions"
|
|
|
- ],
|
|
|
"no-arg": true,
|
|
|
"no-bitwise": true,
|
|
|
"no-console": [true,
|
|
|
@@ -31,13 +26,13 @@
|
|
|
"no-empty": true,
|
|
|
"no-eval": true,
|
|
|
"no-inferrable-types": true,
|
|
|
- "no-shadowed-variable": true,
|
|
|
- "no-string-literal": true,
|
|
|
+ "no-shadowed-variable": false,
|
|
|
+ "no-string-literal": false,
|
|
|
"no-switch-case-fall-through": true,
|
|
|
"no-trailing-comma": true,
|
|
|
"no-trailing-whitespace": true,
|
|
|
- "no-unused-expression": true,
|
|
|
- "no-unused-variable": true,
|
|
|
+ "no-unused-expression": false,
|
|
|
+ "no-unused-variable": false,
|
|
|
"no-unreachable": true,
|
|
|
"no-use-before-declare": true,
|
|
|
"no-var-keyword": false,
|