2 "extends": "standard-with-typescript",
9 "no-lone-blocks": "off",
10 "no-mixed-operators": "off",
17 "array-bracket-spacing": [
23 "consistent-as-needed"
25 "padded-blocks": "off",
26 "no-async-promise-executor": "off",
27 "dot-notation": "off",
28 "promise/param-names": "off",
29 "import/first": "off",
30 "operator-linebreak": [
40 "@typescript-eslint/indent": [
45 "MemberExpression": "off"
48 "@typescript-eslint/consistent-type-assertions": [
51 "assertionStyle": "as"
54 "@typescript-eslint/array-type": [
60 "@typescript-eslint/restrict-template-expressions": [
66 "@typescript-eslint/no-this-alias": [
69 "allowDestructuring": true, // Allow `const { props, state } = this`; false by default
70 "allowedNames": ["self"] // Allow `const self = this`; `[]` by default
74 "@typescript-eslint/return-await": "off",
75 "@typescript-eslint/no-base-to-string": "off",
76 "@typescript-eslint/quotes": "off",
77 "@typescript-eslint/no-var-requires": "off",
78 "@typescript-eslint/explicit-function-return-type": "off",
79 "@typescript-eslint/promise-function-async": "off",
80 "@typescript-eslint/no-dynamic-delete": "off",
81 "@typescript-eslint/no-unnecessary-boolean-literal-compare": "off",
82 "@typescript-eslint/strict-boolean-expressions": "off",
83 "@typescript-eslint/consistent-type-definitions": "off",
84 "@typescript-eslint/no-misused-promises": "off",
85 "@typescript-eslint/no-namespace": "off",
86 "@typescript-eslint/no-empty-interface": "off",
87 "@typescript-eslint/no-extraneous-class": "off",
89 "@typescript-eslint/restrict-plus-operands": "off"
97 "./server/tools/tsconfig.json"