Skip to content

Commit

Permalink
Switch from warn to error
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Nov 11, 2022
1 parent 0b8182b commit 3527ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ module.exports = {
files: [ 'packages/components/src/**/*.[tj]s?(x)' ],
excludedFiles: [ ...developmentFiles ],
rules: {
'react-hooks/exhaustive-deps': 'warn',
'react-hooks/exhaustive-deps': 'error',
},
},
{
Expand Down

0 comments on commit 3527ad8

Please sign in to comment.