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