From 671e9f172b7a83b4b1f1b8bde9b57def7d182038 Mon Sep 17 00:00:00 2001 From: Yury Bondarenko Date: Wed, 24 Apr 2024 19:07:31 +0200 Subject: [PATCH] Move ESLint plugins to dev dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d41eff60808..ab0271f574f 100644 --- a/package.json +++ b/package.json @@ -100,8 +100,6 @@ "date-fns-tz": "^1.3.7", "deepmerge": "^4.3.1", "ejs": "^3.1.9", - "eslint-plugin-dspace-angular-html": "link:./lint/dist/src/rules/html", - "eslint-plugin-dspace-angular-ts": "link:./lint/dist/src/rules/ts", "express": "^4.19.2", "express-rate-limit": "^5.1.3", "fast-json-patch": "^3.1.1", @@ -178,6 +176,8 @@ "deep-freeze": "0.0.1", "eslint": "^8.39.0", "eslint-plugin-deprecation": "^1.4.1", + "eslint-plugin-dspace-angular-html": "link:./lint/dist/src/rules/html", + "eslint-plugin-dspace-angular-ts": "link:./lint/dist/src/rules/ts", "eslint-plugin-import": "^2.27.5", "eslint-plugin-import-newlines": "^1.3.1", "eslint-plugin-jsdoc": "^45.0.0",