|
@@ -63,15 +63,18 @@
|
|
"no-inferrable-types": false,
|
|
"no-inferrable-types": false,
|
|
"no-internal-module": true,
|
|
"no-internal-module": true,
|
|
"no-invalid-this": true,
|
|
"no-invalid-this": true,
|
|
|
|
+ "no-misused-new": true,
|
|
"no-null-keyword": false,
|
|
"no-null-keyword": false,
|
|
"no-parameter-properties": true,
|
|
"no-parameter-properties": true,
|
|
"no-reference": true,
|
|
"no-reference": true,
|
|
|
|
+ "no-reference-import": true,
|
|
"no-require-imports": false,
|
|
"no-require-imports": false,
|
|
"no-shadowed-variable": true,
|
|
"no-shadowed-variable": true,
|
|
"no-string-literal": true,
|
|
"no-string-literal": true,
|
|
"no-string-throw": true,
|
|
"no-string-throw": true,
|
|
"no-switch-case-fall-through": false,
|
|
"no-switch-case-fall-through": false,
|
|
"no-trailing-whitespace": false,
|
|
"no-trailing-whitespace": false,
|
|
|
|
+ "no-unnecessary-callback-wrapper": true,
|
|
"no-unused-expression": true,
|
|
"no-unused-expression": true,
|
|
"no-use-before-declare": true,
|
|
"no-use-before-declare": true,
|
|
"no-var-keyword": true,
|
|
"no-var-keyword": true,
|
|
@@ -86,7 +89,9 @@
|
|
"check-whitespace"
|
|
"check-whitespace"
|
|
],
|
|
],
|
|
"one-variable-per-declaration": false,
|
|
"one-variable-per-declaration": false,
|
|
|
|
+ "only-arrow-functions": [true, "allow-declarations"],
|
|
"prefer-const": true,
|
|
"prefer-const": true,
|
|
|
|
+ "prefer-template": true,
|
|
"quotemark": false,
|
|
"quotemark": false,
|
|
"radix": true,
|
|
"radix": true,
|
|
"semicolon": [true, "always"],
|
|
"semicolon": [true, "always"],
|