Skip to content

Commit 13ef8f9

Browse files
committed
chore: remove extraneous rules
1 parent e089ea2 commit 13ef8f9

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

eslint.config.mjs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,10 @@ export default tsEslint.config(
7676
allowNumber: true,
7777
},
7878
],
79-
camelcase: "off",
80-
"filenames/match-regex": "off",
8179
"github/array-foreach": "error",
8280
"github/no-implicit-buggy-globals": "error",
8381
"github/no-then": "error",
8482
"github/no-dynamic-script-tag": "error",
85-
"i18n-text/no-en": "off",
8683
"import/no-extraneous-dependencies": [
8784
"error",
8885
{
@@ -91,19 +88,8 @@ export default tsEslint.config(
9188
peerDependencies: true,
9289
},
9390
],
94-
"import/extensions": "off",
95-
"import/no-namespace": "off",
9691
"import/order": "warn",
97-
"import/prefer-default-export": "off",
9892
"no-console": ["warn"],
99-
"no-param-reassign": "off",
100-
"no-plusplus": "off",
101-
"no-shadow": "off",
102-
"no-unused-vars": "off",
103-
"object-shorthand": "off",
104-
"prefer-template": "off",
105-
radix: ["error", "as-needed"],
106-
"sort-imports": "off",
10793
},
10894
},
10995
{

0 commit comments

Comments
 (0)