fix
This commit is contained in:
parent
0e552a5b37
commit
87269dbdd3
2
index.js
2
index.js
@ -133,7 +133,7 @@ module.exports = {
|
|||||||
'block-spacing': ['error', 'always'],
|
'block-spacing': ['error', 'always'],
|
||||||
'brace-style': ['error', 'stroustrup', { allowSingleLine: true }],
|
'brace-style': ['error', 'stroustrup', { allowSingleLine: true }],
|
||||||
camelcase: 'off',
|
camelcase: 'off',
|
||||||
'id-match': ['error', '^[a-z][a-z-]*$', { onlyDeclarations: true }],
|
'id-match': ['error', '^[a-z][a-z_]*$', { onlyDeclarations: true }],
|
||||||
'comma-dangle': ['error', 'never'],
|
'comma-dangle': ['error', 'never'],
|
||||||
'comma-spacing': 'error',
|
'comma-spacing': 'error',
|
||||||
'comma-style': 'error',
|
'comma-style': 'error',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user