Skip to content

Commit

Permalink
chore: disable eslint exhaustive react rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jan 31, 2025
1 parent 88f9ee2 commit 05b1703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default tseslint.config(
'no-case-declarations': 'off',
'no-prototype-builtins': 'off',
'no-extra-boolean-cast': 'off',
"react-hooks/exhaustive-deps": 'off',
'semi': 'off',
}
});

0 comments on commit 05b1703

Please sign in to comment.