Skip to content

Commit 0652475

Browse files
committed
remove no-use-before-define rule
1 parent d6a8938 commit 0652475

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eslint.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export default tseslint.config(
7979
],
8080
'@typescript-eslint/no-require-imports': 'off', // diabling until typescript rewrite
8181
'@typescript-eslint/no-shadow': 'error',
82-
'@typescript-eslint/no-use-before-define': 'error',
8382
'no-underscore-dangle': 'off',
8483
'comma-dangle': ['error', 'always-multiline'],
8584
'comma-style': ['error', 'last'],
@@ -95,7 +94,6 @@ export default tseslint.config(
9594
'no-template-curly-in-string': 'error',
9695
'no-trailing-spaces': 'error',
9796
'no-undef': 'error',
98-
'no-use-before-define': 'warn',
9997
'react-native/no-inline-styles': 'warn',
10098
'react/jsx-filename-extension': [
10199
'error',

0 commit comments

Comments
 (0)