From 122a38c3814923f4396070b0c024daca688ca54b Mon Sep 17 00:00:00 2001 From: liushilong <2224574157@qq.com> Date: Sat, 13 Apr 2024 10:21:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20eslint=E6=8A=A5=E9=94=99=E8=A7=84?= =?UTF-8?q?=E5=88=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index ccea1a7..98790f1 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -22,6 +22,7 @@ module.exports = antfu( 'eqeqeq': 'off', 'no-console': 'off', 'vue/custom-event-name-casing': 'off', + 'vue/eqeqeq': 'off', 'no-restricted-syntax': [ // eslint-disable-next-line node/prefer-global/process process.env.MODE === 'production' ? 2 : 0,