屏蔽最后行逗号的eslint检查
This commit is contained in:
parent
dec7b5f13f
commit
b434710c59
@ -42,7 +42,7 @@ module.exports = {
|
|||||||
'camelcase': [0, {
|
'camelcase': [0, {
|
||||||
'properties': 'always'
|
'properties': 'always'
|
||||||
}],
|
}],
|
||||||
'comma-dangle': [2, 'ignore'],
|
'comma-dangle': [2, 'only-multiline'],
|
||||||
'comma-spacing': [2, {
|
'comma-spacing': [2, {
|
||||||
'before': false,
|
'before': false,
|
||||||
'after': true
|
'after': true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user