fix:eslint
This commit is contained in:
parent
994db5fbf0
commit
83702dbd0b
@ -48,7 +48,7 @@ module.exports = {
|
|||||||
'camelcase': [0, {
|
'camelcase': [0, {
|
||||||
'properties': 'always'
|
'properties': 'always'
|
||||||
}],
|
}],
|
||||||
'comma-dangle': [2, 'off'],
|
'comma-dangle': [0, 'always'],
|
||||||
'comma-spacing': [2, {
|
'comma-spacing': [2, {
|
||||||
'before': false,
|
'before': false,
|
||||||
'after': true
|
'after': true
|
||||||
@ -183,7 +183,7 @@ module.exports = {
|
|||||||
'after': true
|
'after': true
|
||||||
}],
|
}],
|
||||||
'space-before-blocks': [2, 'always'],
|
'space-before-blocks': [2, 'always'],
|
||||||
'space-before-function-paren': [2, 'off'],
|
'space-before-function-paren': [0, 'always'],
|
||||||
'space-in-parens': [2, 'never'],
|
'space-in-parens': [2, 'never'],
|
||||||
'space-infix-ops': 2,
|
'space-infix-ops': 2,
|
||||||
'space-unary-ops': [2, {
|
'space-unary-ops': [2, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user