|
|
@ -21,7 +21,7 @@
|
|
|
|
"prefer-const": [2, { "destructuring": "all" }],
|
|
|
|
"prefer-const": [2, { "destructuring": "all" }],
|
|
|
|
"arrow-spacing": 2,
|
|
|
|
"arrow-spacing": 2,
|
|
|
|
"no-inner-declarations": 0,
|
|
|
|
"no-inner-declarations": 0,
|
|
|
|
"@typescript-eslint/indent": [2, "tab", { "SwitchCase": 1 }],
|
|
|
|
"@typescript-eslint/indent": ["warn", "tab", { "SwitchCase": 1 }],
|
|
|
|
"@typescript-eslint/camelcase": "off",
|
|
|
|
"@typescript-eslint/camelcase": "off",
|
|
|
|
"@typescript-eslint/no-use-before-define": "off",
|
|
|
|
"@typescript-eslint/no-use-before-define": "off",
|
|
|
|
"@typescript-eslint/array-type": ["error", "array-simple"],
|
|
|
|
"@typescript-eslint/array-type": ["error", "array-simple"],
|
|
|
|