Update .eslintrc.js

This commit is contained in:
Etherrreal
2022-12-29 11:02:59 +08:00
committed by GitHub
parent c45f64f4eb
commit a5f2da84dc

View File

@@ -29,6 +29,7 @@ module.exports = {
'react/prop-types': 'off',
'space-before-function-paren': 0,
'react-hooks/rules-of-hooks': 'error' // Checks rules of Hooks
'no-unused-vars': "off"
},
globals: {
React: true