From 7cf5ffa233689933e2f6e401619f633d8a1458e5 Mon Sep 17 00:00:00 2001 From: Denys Bohdan Date: Thu, 19 Oct 2023 12:43:48 +0200 Subject: [PATCH] UIQM-543 Remove eslint deps that are already listed in eslint-config-stripes --- CHANGELOG.md | 1 + package.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d46ec92..9685ac14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [7.1.0] (IN PROGRESS) * [UIQM-571](https://issues.folio.org/browse/UIQM-571) Added `marc-records-editor.item.put` to Derive and Create Bib permissions to fix issue with broken links after deriving or creating a record. +* [UIQM-543](https://issues.folio.org/browse/UIQM-543) Remove eslint deps that are already listed in eslint-config-stripes. ## [7.0.1](https://github.com/folio-org/ui-quick-marc/tree/v7.0.1) (2023-10-13) diff --git a/package.json b/package.json index 6c90746d..6dae48e4 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,6 @@ "build-mod-descriptor": "stripes mod descriptor --full --strict | jq '.[]' > module-descriptor.json" }, "devDependencies": { - "@babel/eslint-parser": "^7.17.0", "@folio/eslint-config-stripes": "^7.0.0", "@folio/jest-config-stripes": "^2.0.0", "@folio/stripes": "^9.0.0",