From a07b7b1f702f0eccb170a8ede1ebe0d559ffbb90 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 15 Apr 2025 23:57:19 +0300 Subject: [PATCH] .eslintrc.json: remove second eslint-plugin-jsonc This seems to have been added twice at some point. (cherry picked from commit 9896eab6ac096849ac576fdd75802f3b1821ac9d) --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 82f9519c27..1151e6831b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,7 +12,6 @@ "eslint-plugin-rxjs", "eslint-plugin-simple-import-sort", "eslint-plugin-import-newlines", - "eslint-plugin-jsonc", "dspace-angular-ts", "dspace-angular-html" ],