Skip to content

Commit 731f917

Browse files
Copilotfelickz
andcommitted
Fix ESLint configuration to work with ESLint v8
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
1 parent a3c3d90 commit 731f917

File tree

6 files changed

+31357
-30299
lines changed

6 files changed

+31357
-30299
lines changed

.eslintrc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"i18n-text/no-en": "off",
1212
"eslint-comments/no-use": "off",
1313
"import/no-namespace": "off",
14+
"import/no-unresolved": "off",
1415
"no-unused-vars": "off",
1516
"@typescript-eslint/no-unused-vars": "error",
1617
"@typescript-eslint/explicit-member-accessibility": ["error", {"accessibility": "no-public"}],
@@ -21,7 +22,6 @@
2122
"camelcase": "off",
2223
"@typescript-eslint/consistent-type-assertions": "error",
2324
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
24-
"@typescript-eslint/func-call-spacing": ["error", "never"],
2525
"@typescript-eslint/no-array-constructor": "error",
2626
"@typescript-eslint/no-empty-interface": "error",
2727
"@typescript-eslint/no-explicit-any": "error",
@@ -42,9 +42,6 @@
4242
"@typescript-eslint/promise-function-async": "error",
4343
"@typescript-eslint/require-array-sort-compare": "error",
4444
"@typescript-eslint/restrict-plus-operands": "error",
45-
"semi": "off",
46-
"@typescript-eslint/semi": ["error", "never"],
47-
"@typescript-eslint/type-annotation-spacing": "error",
4845
"@typescript-eslint/unbound-method": "error",
4946
"no-shadow": "off",
5047
"@typescript-eslint/no-shadow": "warn"

0 commit comments

Comments
 (0)