This commit is contained in:
Timo Hocker 2020-05-13 20:48:57 +02:00
parent f0dd091392
commit ce3789bbb4

View File

@ -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'
}