From 0e1682532b850698de1d2979fd2b27d2e5d8cf55 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 15 Sep 2024 15:11:31 +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 2941da956a1..043455358d0 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,7 +8,6 @@ "eslint-plugin-deprecation", "unused-imports", "eslint-plugin-lodash", - "eslint-plugin-jsonc", "eslint-plugin-rxjs", "eslint-plugin-simple-import-sort", "eslint-plugin-import-newlines",