From 4605b9aa66e117445560a01af5c553e88d290646 Mon Sep 17 00:00:00 2001 From: Conicaw Date: Sat, 10 Feb 2024 17:32:47 -0600 Subject: [PATCH] refactor: make console an error Make console an error commit-id:55613900 --- .eslintrc.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index aac6e81..0412493 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -61,12 +61,7 @@ module.exports = { 'import/no-duplicates': 'error', 'import/no-unresolved': 'error', curly: 'error', - 'no-console': [ - 'warn', - { - allow: ['warn', 'error'], - }, - ], + 'no-console': 'error', quotes: [ 'error', 'single',