mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 23:16:47 +00:00
eslint fix
This commit is contained in:
@@ -23,7 +23,8 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
rules: {
|
||||
'react/prop-types': 'off'
|
||||
'react/prop-types': 'off',
|
||||
'space-before-function-paren': 0
|
||||
},
|
||||
globals: {
|
||||
React: true
|
||||
|
||||
Reference in New Issue
Block a user