This commit is contained in:
wangzenghua 2025-04-20 01:58:44 +01:00
parent 91ccabfcce
commit 5904fdd89b

View File

@ -48,7 +48,7 @@ module.exports = {
'camelcase': [0, { 'camelcase': [0, {
'properties': 'always' 'properties': 'always'
}], }],
'comma-dangle': [1, 'off'], 'comma-dangle': [2, 'always'],
'comma-spacing': [2, { 'comma-spacing': [2, {
'before': false, 'before': false,
'after': true 'after': true