Skip to content

Commit

Permalink
Merge pull request #34 from ycu-engine/fix/lint-rules
Browse files Browse the repository at this point in the history
🚨unused varがうまく動いていないので修正
  • Loading branch information
nyatinte authored Sep 17, 2023
2 parents bef42f7 + 64c0730 commit 02cabe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ module.exports = {
'react/require-default-props': 'off',
'react/prop-types': 'off',
// unused-imports
'@typescript-eslint/no-unused-vars': 'off',
'unused-imports/no-unused-imports': 'error',
'unused-imports/no-unused-vars': [
'warn',
Expand Down

0 comments on commit 02cabe0

Please sign in to comment.