From df6da2eb9e86ba240156620ca0d4448326793067 Mon Sep 17 00:00:00 2001 From: algerkong Date: Mon, 21 Apr 2025 21:17:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20=E7=A7=BB=E9=99=A4=20es?= =?UTF-8?q?lint-config-airbnb-base=20=E4=BE=9D=E8=B5=96=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20.eslintrc.cjs=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E4=BB=A5=E4=BF=9D=E6=8C=81=E4=BB=A3=E7=A0=81=E4=B8=80?= =?UTF-8?q?=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 3 +-- package.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 674c20c..387378b 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -4,8 +4,7 @@ require('@rushstack/eslint-patch/modern-module-resolution'); module.exports = { extends: [ 'eslint:recommended', - 'plugin:@typescript-eslint/recommended', - 'eslint-config-airbnb-base', + 'plugin:@typescript-eslint/recommended', '@vue/typescript/recommended', 'plugin:vue/vue3-recommended', 'plugin:vue-scoped-css/base', diff --git a/package.json b/package.json index ba8f061..1bf2c60 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,6 @@ "electron-builder": "^25.1.8", "electron-vite": "^3.1.0", "eslint": "^9.0.0", - "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^10.1.2", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.3",