From 96585b087b933885d8650f2319407090f5f9510b Mon Sep 17 00:00:00 2001 From: hym Date: Fri, 21 Nov 2025 23:03:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E7=A6=81=E7=94=A8=20ESLint?= =?UTF-8?q?=20=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index 64de64c..5d8f0d7 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -10,6 +10,8 @@ module.exports = { es6: true }, extends: ['plugin:vue/recommended', 'eslint:recommended'], + // 完全禁用 ESLint + lintOnSave: false, // add your custom rules here // it is base on https://github.com/vuejs/eslint-config-vue