Skip to content

Commit b48afc9

Browse files
committed
remove custom eslint rules
1 parent d32387c commit b48afc9

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

eslint.config.mjs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ import { defineConfig } from 'eslint/config'
55
export default defineConfig([
66
ts,
77
jest,
8-
{
9-
rules: {
10-
'import/namespace': 'off',
11-
'import/order': 'error',
12-
'@typescript-eslint/no-var-requires': 'off',
13-
'@typescript-eslint/no-explicit-any': 'off',
14-
},
15-
},
168
{
179
ignores: ['node_modules', 'dist'],
1810
},

0 commit comments

Comments
 (0)