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