From b3c40d9a4d66242c32fcc4f14cdc130fcaf031f8 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Tue, 1 Aug 2023 20:43:47 +0200 Subject: [PATCH] package.json: drop deprecated eslint-plugin-standard eslint-config-standard no longer requires it since 16.0.0. (cherry picked from commit 65e3e488f0aecb668f1af921284c9e92dc48035a) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 0703194..c415237 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "eslint-plugin-promise": "^6.0.0", "eslint-plugin-react": "^7.29.4", "eslint-plugin-react-hooks": "^4.4.0", - "eslint-plugin-standard": "^5.0.0", "htmlparser": "^1.7.7", "jed": "^1.1.1", "po2json": "^1.0.0-alpha",