diff --git a/.eslintrc.js b/.eslintrc.js index a0432f84..4d7a1a86 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -33,7 +33,7 @@ module.exports = { ], rules: { 'no-alert': 'off', - 'no-console': ['error', { allow: ['warn', 'error'] }], + 'no-console': ['warn', { allow: ['warn', 'error'] }], semi: ['error', 'never'], 'import/extensions': 'off', 'import/no-extraneous-dependencies': 'off',