|
@@ -43,8 +43,8 @@
|
|
|
"no-any": false,
|
|
|
"no-arg": true,
|
|
|
"no-bitwise": true,
|
|
|
- "no-conditional-assignment": false,
|
|
|
- "no-consecutive-blank-lines": false,
|
|
|
+ "no-conditional-assignment": true,
|
|
|
+ "no-consecutive-blank-lines": true,
|
|
|
"no-console": [
|
|
|
true,
|
|
|
"debug",
|
|
@@ -63,14 +63,14 @@
|
|
|
"no-eval": false,
|
|
|
"no-inferrable-types": false,
|
|
|
"no-internal-module": true,
|
|
|
- "no-invalid-this": false,
|
|
|
+ "no-invalid-this": true,
|
|
|
"no-null-keyword": false,
|
|
|
- "no-reference": false,
|
|
|
+ "no-reference": true,
|
|
|
"no-require-imports": false,
|
|
|
- "no-shadowed-variable": false,
|
|
|
- "no-string-literal": false,
|
|
|
+ "no-shadowed-variable": true,
|
|
|
+ "no-string-literal": true,
|
|
|
"no-switch-case-fall-through": false,
|
|
|
- "no-trailing-whitespace": false,
|
|
|
+ "no-trailing-whitespace": true,
|
|
|
"no-unreachable": true,
|
|
|
"no-unused-expression": true,
|
|
|
"no-unused-variable": true,
|