Skip to content

Commit ea44544

Browse files
committed
feat!: move react-refresh/only-export-components to error
Closes: #38
1 parent ac7eae0 commit ea44544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default [
3535
'react-hooks/rules-of-hooks': 'error',
3636
'react-hooks/exhaustive-deps': 'error',
3737

38-
'react-refresh/only-export-components': 'warn',
38+
'react-refresh/only-export-components': 'error',
3939

4040
// https://github.com/jsx-eslint/eslint-plugin-react
4141
// Last rules review: v7.32.2

0 commit comments

Comments
 (0)