From e0f9f7ae4782a6dcb80f902c53a563288dac8ac9 Mon Sep 17 00:00:00 2001 From: Donghuang Date: Fri, 24 Jun 2022 23:33:33 +0800 Subject: [PATCH] add no-console --- web/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/.eslintrc.js b/web/.eslintrc.js index 2873e2f..495c9b1 100644 --- a/web/.eslintrc.js +++ b/web/.eslintrc.js @@ -9,5 +9,6 @@ module.exports = { browser: true }, rules: { + 'no-console': 'off' } };