From 9896eab6ac096849ac576fdd75802f3b1821ac9d 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. --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index c6979890af..929afa80ab 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" ],