Skip to content

Commit 3a1fc3b

Browse files
committed
remover max-lines rule
1 parent 6276130 commit 3a1fc3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ export default tseslint.config(
8686
'import/no-unresolved': 'error',
8787
'jsx-quotes': ['error', 'prefer-single'],
8888
'linebreak-style': ['error', 'unix'],
89-
'max-lines': ['error', 300],
9089
'no-console': 'error',
9190
'no-duplicate-imports': 'error',
9291
'no-multi-spaces': 'error',

0 commit comments

Comments
 (0)