Skip to content

Commit

Permalink
feat: replace @typescript-eslint/no-use-before-define with no-use-bef…
Browse files Browse the repository at this point in the history
…ore-define
  • Loading branch information
allohamora committed Mar 16, 2024
1 parent 13fca82 commit f46441f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/categories/js/eslint/config/react:ts.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const reactTsConfig: Config = {
'no-use-before-define': 'error',
'object-shorthand': 'warn',

'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/consistent-type-definitions': ['error', 'type'],
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
Expand Down

0 comments on commit f46441f

Please sign in to comment.