From 08d0c2dea69ead72105612febbbcbb9975ca46ec Mon Sep 17 00:00:00 2001 From: liushilong <2224574157@qq.com> Date: Fri, 12 Apr 2024 23:30:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20eslint=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eslint.config.js b/eslint.config.js index d1b5c9c..ffa7b3b 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -19,6 +19,9 @@ module.exports = antfu( 'unused-imports/no-unused-vars': 'off', 'unused-imports/no-unused-imports': 'off', 'jsdoc/require-returns-description': 'off', + 'eqeqeq': 'off', + 'no-console': 'off', + 'vue/custom-event-name-casing': 'off', 'no-restricted-syntax': [ // eslint-disable-next-line node/prefer-global/process process.env.MODE === 'production' ? 2 : 0,