Skip to content

Commit

Permalink
fix: ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk committed Sep 12, 2024
1 parent 26984dc commit 82dc4b5
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 @@ -51,6 +51,7 @@ module.exports = {
'react-hooks/rules-of-hooks': 'error',
'react/jsx-uses-react': 'off',
'react/react-in-jsx-scope': 'off',
'react/no-is-mounted': 'off',

// no sloppiness
'no-console': ['error', { allow: ['error', 'warn', 'info'] }],
Expand Down

0 comments on commit 82dc4b5

Please sign in to comment.