From 30b93c6f25bdc3849be799f5c093e28d90d36768 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Tue, 25 Jul 2023 13:31:32 +0200 Subject: [PATCH] package.json: eslint-plugin-standard no longer requires eslint-config-standard https://github.com/standard/standard/issues/1316 --- node_modules | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/node_modules b/node_modules index 82cb7857f05..afba1086947 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 82cb7857f0597330b324c85dfce21bbdc1242138 +Subproject commit afba1086947543932bf771197ee6eac6462b82ce diff --git a/package.json b/package.json index 6e3fcb81ed6..7e5234a149a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,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": "^2.0.0", "htmlparser": "^1.7.7", "jed": "^1.1.1",