From 128cabb197430b22a71b164e7df5a9f8e6bd0c43 Mon Sep 17 00:00:00 2001 From: Tony Jiang Date: Mon, 24 Jun 2024 13:16:34 +1000 Subject: [PATCH] fix(build): remove overrides as it seems not working well with eslint 8 + TS-ESLint 7 --- package.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/package.json b/package.json index e8c143e..90c7cd7 100644 --- a/package.json +++ b/package.json @@ -143,18 +143,5 @@ "tsx": "^4.15.7", "typescript": "^5.5.2", "vue-eslint-parser": "^9.4.3" - }, - "overrides": { - "eslint-plugin-unused-imports": { - "devDependencies": { - "@typescript-eslint/eslint-plugin": "^7.13.1", - "@typescript-eslint/parser": "^7.13.1", - "eslint": "$eslint" - }, - "peerDependencies": { - "eslint": ">=8.40.0", - "@typescript-eslint/eslint-plugin": ">=7.13.1" - } - } } }