Update linter to allow console.error
parent
4d15df6dbb
commit
43fb06285b
|
@ -46,7 +46,7 @@
|
|||
'arrow-parens': 0,
|
||||
'comma-dangle': [2, 'always-multiline'],
|
||||
'no-cond-assign': 2,
|
||||
'no-console': 2,
|
||||
'no-console': ['error', {allow: ['error']}],
|
||||
'no-constant-condition': 2,
|
||||
'no-control-regex': 2,
|
||||
'no-debugger': 2,
|
||||
|
|
Loading…
Reference in New Issue