Skip to content

Commit c51c08e

Browse files
committed
remove custom eslint rules
1 parent c49856d commit c51c08e

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

eslint.config.mjs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@ import { defineConfig } from 'eslint/config'
55
export default defineConfig([
66
ts,
77
jest,
8-
{
9-
rules: {
10-
'import/order': 'error',
11-
},
12-
},
13-
{
14-
files: ['**/*.ts', '**/*.tsx'],
15-
rules: {
16-
'@typescript-eslint/explicit-function-return-type': 'error',
17-
},
18-
},
198
{
209
ignores: ['node_modules', 'dist'],
2110
},

0 commit comments

Comments
 (0)