Update linter to allow console.error

pull/10616/head
Andrew Watkins 2017-03-09 10:54:08 -08:00
parent 20c68fae84
commit 7ce3a6babc
1 changed files with 1 additions and 1 deletions

View File

@ -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,