linting
This commit is contained in:
parent
f0dd091392
commit
ce3789bbb4
@ -29,9 +29,9 @@ module.exports = {
|
|||||||
'array-bracket-newline': 'off',
|
'array-bracket-newline': 'off',
|
||||||
'max-len': 'off',
|
'max-len': 'off',
|
||||||
'func-call-spacing': 'off',
|
'func-call-spacing': 'off',
|
||||||
'semi': 'off',
|
semi: 'off',
|
||||||
'curly': 'off',
|
curly: 'off',
|
||||||
'strict': 'off',
|
strict: 'off',
|
||||||
'brace-style': 'off',
|
'brace-style': 'off',
|
||||||
'no-magic-numbers': 'off'
|
'no-magic-numbers': 'off'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user