Skip to content

Commit 17ddbde

Browse files
committed
eslint fix
1 parent 4ac916f commit 17ddbde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
plugins: ['react-refresh'],
1212
rules: {
1313
'react-refresh/only-export-components': 'warn',
14-
'react/prop-types': '0 = off'
14+
'react/prop-types': 'off',
15+
'no-undef': 'off'
1516
}
1617
};

0 commit comments

Comments
 (0)