mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
Update .eslintrc.js
This commit is contained in:
@@ -28,7 +28,7 @@ module.exports = {
|
||||
rules: {
|
||||
'react/prop-types': 'off',
|
||||
'space-before-function-paren': 0,
|
||||
'react-hooks/rules-of-hooks': 'error' // Checks rules of Hooks
|
||||
'react-hooks/rules-of-hooks': 'error', // Checks rules of Hooks
|
||||
'no-unused-vars': "off"
|
||||
},
|
||||
globals: {
|
||||
|
||||
Reference in New Issue
Block a user