Update linter to allow console.error

pull/985/head
Andrew Watkins 2017-03-09 10:54:08 -08:00
parent 4d15df6dbb
commit 43fb06285b
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,