From 41f561a5acde8e615b7e43f14c92a1e87c471789 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Tue, 23 Dec 2025 01:48:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E4=BD=BF=E7=94=A8type=E6=9B=BF?= =?UTF-8?q?=E4=BB=A3interface?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint/vueEslint.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint/vueEslint.js b/eslint/vueEslint.js index 725fd6bf..557bd28c 100644 --- a/eslint/vueEslint.js +++ b/eslint/vueEslint.js @@ -18,6 +18,7 @@ const tsConfigRules = { "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-unused-expressions": ["error", { allowShortCircuit: false }], "@typescript-eslint/array-type": ["error", { "default": "generic" }], + "@typescript-eslint/consistent-type-definitions": ["error", "type"], "import/order": [ "error", {