Skip to content

Commit

Permalink
style(eslint): update eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayata Suenaga committed Aug 11, 2023
1 parent 9dbef76 commit 6fcd95c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
},
],
'no-invalid-this': 'error',
'no-use-before-define': 'off',
'prefer-arrow-callback': 'off',
'react/function-component-definition': [
'error',
Expand Down Expand Up @@ -41,6 +42,7 @@ module.exports = {
},
rules: {
'@typescript-eslint/no-floating-promises': 'off',
'@typescript-eslint/no-use-before-define': 'off',
},
},
],
Expand Down

0 comments on commit 6fcd95c

Please sign in to comment.