From b301d2393de68bdd9c5b969d39baaa6f63726a17 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Tue, 23 Dec 2025 01:27:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E4=BD=BF=E7=94=A8Array=E6=9B=BF?= =?UTF-8?q?=E4=BB=A3[]?= 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 8fcdff70..725fd6bf 100644 --- a/eslint/vueEslint.js +++ b/eslint/vueEslint.js @@ -17,6 +17,7 @@ const tsConfigRules = { "@typescript-eslint/strict-boolean-expressions": "off", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-unused-expressions": ["error", { allowShortCircuit: false }], + "@typescript-eslint/array-type": ["error", { "default": "generic" }], "import/order": [ "error", {