Skip to content

Commit

Permalink
fix: eslint (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Apr 29, 2024
1 parent c1d6618 commit 1a024ce
Show file tree
Hide file tree
Showing 4 changed files with 4,786 additions and 5,956 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
'baseui/no-deep-imports': 'warn',
'prettier/prettier': 'error',
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'warn',
'react-hooks/exhaustive-deps': 'error',
'spaced-comment': ['error', 'always', { markers: ['/'] }],
},
settings: {
Expand Down
Loading

0 comments on commit 1a024ce

Please sign in to comment.