Skip to content

Commit

Permalink
delete '@typescript-eslint/no-use-before-define': 'error'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed May 14, 2023
1 parent 4bc7f12 commit 112358f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ module.exports = {
'error',
{ args: 'after-used', ignoreRestSiblings: true },
],
'@typescript-eslint/no-use-before-define': 'error',
'@typescript-eslint/prefer-as-const': 'warn',
eqeqeq: ['error', 'always'],
'import/default': 'error',
Expand Down

0 comments on commit 112358f

Please sign in to comment.