eslint fix

This commit is contained in:
txs
2022-04-04 06:11:51 +08:00
parent 28cc3e3053
commit 305a476f6f

View File

@@ -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