From be46f8e9a831494f752ec3122a5b0b85f2a459f4 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Fri, 7 Oct 2022 08:36:23 +0700 Subject: [PATCH] Removed `eslint-plugin-ghost` from Portal package.json - we don't need it here anymore because it's brought in through the top-level repo package.json --- ghost/portal/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/ghost/portal/package.json b/ghost/portal/package.json index d65a4948a3..6d66473914 100644 --- a/ghost/portal/package.json +++ b/ghost/portal/package.json @@ -80,7 +80,6 @@ "chalk": "4.1.2", "chokidar": "3.5.3", "copy-webpack-plugin": "11.0.0", - "eslint-plugin-ghost": "2.15.1", "minimist": "1.2.6", "ora": "5.4.1", "rewire": "6.0.0",