From 1f7b2fc26a68ab4ee77f82ac705507e68d195378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Mon, 22 Sep 2025 14:05:32 +0000 Subject: [PATCH] build: remove eslint-plugin-deprecated --- templates/cli/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/cli/package.json b/templates/cli/package.json index f4c99f6..6f12d77 100644 --- a/templates/cli/package.json +++ b/templates/cli/package.json @@ -45,7 +45,6 @@ "eslint": "^9.10.0", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-codegen": "0.28.0", - "eslint-plugin-deprecation": "^3.0.0", "eslint-plugin-import": "^2.30.0", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-sort-destructure-keys": "^2.0.0",