From d5cfc3b7bde35930d4b007ccd58686d52ebde650 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Wed, 26 Jul 2023 10:49:18 +0200 Subject: [PATCH] package.json: drop deprecated eslint-plugin-standard eslint-config-standard no longer requires it since 16.0.0. --- node_modules | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/node_modules b/node_modules index cae53b386..5f0f03a4c 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit cae53b386bafc7b51e664bb146ef0461668a0166 +Subproject commit 5f0f03a4c97cef3b9c1734f2811c49b4f17ea270 diff --git a/package.json b/package.json index 2f812688e..2a3f35f1d 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,6 @@ "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-standard": "^5.0.0", "gettext-parser": "^3.0.0", "htmlparser": "^1.7.7", "ip": "^1.1.5",