Update .eslintrc.js
This commit is contained in:
parent
b41c1fe3af
commit
bc9525c665
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +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' }],
|
||||||
'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 a new issue