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 d6a8938 commit 0652475Copy full SHA for 0652475
eslint.config.js
@@ -79,7 +79,6 @@ export default tseslint.config(
79
],
80
'@typescript-eslint/no-require-imports': 'off', // diabling until typescript rewrite
81
'@typescript-eslint/no-shadow': 'error',
82
- '@typescript-eslint/no-use-before-define': 'error',
83
'no-underscore-dangle': 'off',
84
'comma-dangle': ['error', 'always-multiline'],
85
'comma-style': ['error', 'last'],
@@ -95,7 +94,6 @@ export default tseslint.config(
95
94
'no-template-curly-in-string': 'error',
96
'no-trailing-spaces': 'error',
97
'no-undef': 'error',
98
- 'no-use-before-define': 'warn',
99
'react-native/no-inline-styles': 'warn',
100
'react/jsx-filename-extension': [
101
'error',
0 commit comments