We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6276130 commit 3a1fc3bCopy full SHA for 3a1fc3b
eslint.config.js
@@ -86,7 +86,6 @@ export default tseslint.config(
86
'import/no-unresolved': 'error',
87
'jsx-quotes': ['error', 'prefer-single'],
88
'linebreak-style': ['error', 'unix'],
89
- 'max-lines': ['error', 300],
90
'no-console': 'error',
91
'no-duplicate-imports': 'error',
92
'no-multi-spaces': 'error',
0 commit comments