promote no-console rule to full error (#3369)

pull/3379/head
ricky 2 years ago committed by GitHub
parent 681d3809c7
commit 1647241bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .eslintrc.js

@ -33,7 +33,7 @@ module.exports = {
},
rules: {
'no-catch-shadow': 0,
'no-console': ['warn', { allow: ['warn', 'error'] }],
'no-console': ['error', { allow: ['warn', 'error'] }],
quotes: [
'error',
'single',

Loading…
Cancel
Save