From dc05aacd839e55a7aed5546725b9e3d257857992 Mon Sep 17 00:00:00 2001 From: OBKoro1 <1677593011@qq.com> Date: Thu, 10 Dec 2020 23:46:10 +0800 Subject: [PATCH] feat: rule --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 1729ff1..096e090 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -6,6 +6,7 @@ module.exports = { parser: '@typescript-eslint/parser', plugins: ['@typescript-eslint'], rules: { + 'no-console': 'off', 'no-restricted-syntax': 'off', 'no-continue': 'off', // 禁止使用 var