fix:
This commit is contained in:
parent
91ccabfcce
commit
5904fdd89b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user