Fixed high number of ESLint errors
This commit is contained in:
@@ -19,11 +19,7 @@ module.exports = {
|
||||
rules: {
|
||||
'import/no-mutable-exports': 'off',
|
||||
'no-plusplus': ['error', { allowForLoopAfterthoughts: true }],
|
||||
'no-new-func': 'off',
|
||||
'func-names': 'off',
|
||||
'no-console': 'off',
|
||||
'no-alert': 'off',
|
||||
'no-restricted-globals': 'off',
|
||||
'prefer-destructuring': ['error', { object: true, array: false }],
|
||||
'max-len': [
|
||||
1,
|
||||
|
||||
Reference in New Issue
Block a user