Skip to content

Commit 2d374f8

Browse files
authored
[beta] fix(eslint): messages severity (#4702)
* fix(eslint): messages severity * .
1 parent 9721c9d commit 2d374f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/components/MDX/Sandpack/runESLint.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const options = {
3535
},
3636
rules: {
3737
'react-hooks/rules-of-hooks': 'error',
38-
'react-hooks/exhaustive-deps': 'warn',
38+
'react-hooks/exhaustive-deps': 'error',
3939
},
4040
};
4141

0 commit comments

Comments
 (0)