From be2407664505dd6d8f72b294d8a63148b15a339b Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Tue, 29 Apr 2025 10:06:38 +0800 Subject: [PATCH 1/2] chore: v2.6.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 556098d..6731ef4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unibest", "type": "commonjs", - "version": "2.6.3", + "version": "2.6.4", "description": "unibest - 最好的 uniapp 开发模板", "author": { "name": "feige996", From 55447a3a3908ef2e73020b730ec7968d3f417b61 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Mon, 19 May 2025 14:46:32 +0800 Subject: [PATCH 2/2] feat: eslint --- .eslintrc.cjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index aff8be4..e4a7aba 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -62,13 +62,14 @@ module.exports = { 'no-plusplus': 'off', 'no-shadow': 'off', 'vue/multi-word-component-names': 'off', + 'vue/no-unused-vars': 'off', + '@typescript-eslint/no-unused-vars': 'off', '@typescript-eslint/no-explicit-any': 'off', 'no-underscore-dangle': 'off', 'no-use-before-define': 'off', 'no-undef': 'off', 'no-unused-vars': 'off', 'no-param-reassign': 'off', - '@typescript-eslint/no-unused-vars': 'off', // 避免 `eslint` 对于 `typescript` 函数重载的误报 'no-redeclare': 'off', '@typescript-eslint/no-redeclare': 'error',