fix
This commit is contained in:
parent
87269dbdd3
commit
2d8ba4ebb0
2
index.js
2
index.js
@ -21,7 +21,7 @@ module.exports = {
|
||||
'no-console': 'warn',
|
||||
'no-constant-condition': ['error', { checkLoops: false }],
|
||||
'no-dupe-else-if': 'error',
|
||||
'no-extra-parens': ['error', 'all', { conditionalAssign: false }],
|
||||
'no-extra-parens': ['error', 'functions'],
|
||||
'no-import-assign': 'error',
|
||||
'no-setter-return': 'error',
|
||||
'no-template-curly-in-string': 'error',
|
||||
|
Loading…
x
Reference in New Issue
Block a user