fix:eslint

This commit is contained in:
wangzenghua 2025-04-18 02:04:23 +01:00
parent 994db5fbf0
commit 83702dbd0b

View File

@ -48,7 +48,7 @@ module.exports = {
'camelcase': [0, {
'properties': 'always'
}],
'comma-dangle': [2, 'off'],
'comma-dangle': [0, 'always'],
'comma-spacing': [2, {
'before': false,
'after': true
@ -183,7 +183,7 @@ module.exports = {
'after': true
}],
'space-before-blocks': [2, 'always'],
'space-before-function-paren': [2, 'off'],
'space-before-function-paren': [0, 'always'],
'space-in-parens': [2, 'never'],
'space-infix-ops': 2,
'space-unary-ops': [2, {