Skip to content

Commit 32db4f7

Browse files
committed
remove custom eslint rules
1 parent 50d7d77 commit 32db4f7

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

eslint.config.mjs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +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-
'@typescript-eslint/explicit-function-return-type': 'off',
15-
},
16-
},
17-
{
18-
files: ['**/*.ts', '**/*.tsx'],
19-
rules: {
20-
'@typescript-eslint/explicit-function-return-type': 'error',
21-
},
22-
},
238
{
249
ignores: ['dist', 'node_modules'],
2510
},

0 commit comments

Comments
 (0)