|
|
@ -29,7 +29,7 @@
|
|
|
|
"static-before-instance",
|
|
|
|
"static-before-instance",
|
|
|
|
"variables-before-functions"
|
|
|
|
"variables-before-functions"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"no-any": true,
|
|
|
|
"no-any": false,
|
|
|
|
"no-arg": true,
|
|
|
|
"no-arg": true,
|
|
|
|
"no-bitwise": true,
|
|
|
|
"no-bitwise": true,
|
|
|
|
"no-console": [
|
|
|
|
"no-console": [
|
|
|
@ -66,7 +66,7 @@
|
|
|
|
"semicolon": [true, "always"],
|
|
|
|
"semicolon": [true, "always"],
|
|
|
|
"switch-default": true,
|
|
|
|
"switch-default": true,
|
|
|
|
|
|
|
|
|
|
|
|
"trailing-comma": [false],
|
|
|
|
"trailing-comma": false,
|
|
|
|
|
|
|
|
|
|
|
|
"triple-equals": [ true, "allow-null-check" ],
|
|
|
|
"triple-equals": [ true, "allow-null-check" ],
|
|
|
|
"typedef": [
|
|
|
|
"typedef": [
|
|
|
|