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