Update .eslintrc.js
This commit is contained in:
parent
bc9525c665
commit
78ee600752
|
@ -36,7 +36,7 @@ module.exports = {
|
||||||
'space-before-blocks': ['error', 'always'],
|
'space-before-blocks': ['error', 'always'],
|
||||||
'object-curly-spacing': ['error', 'always'],
|
'object-curly-spacing': ['error', 'always'],
|
||||||
'nonblock-statement-body-position': ['error', 'beside'],
|
'nonblock-statement-body-position': ['error', 'beside'],
|
||||||
'eqeqeq': ['error', { 'null': 'ignore' }],
|
'eqeqeq': ['error', 'always', { 'null': 'ignore' }],
|
||||||
'no-multiple-empty-lines': ['error', { 'max': 1 }],
|
'no-multiple-empty-lines': ['error', { 'max': 1 }],
|
||||||
'no-multi-spaces': ['error'],
|
'no-multi-spaces': ['error'],
|
||||||
'no-var': ['error'],
|
'no-var': ['error'],
|
||||||
|
|
Loading…
Reference in New Issue