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