From 73c39a092a51b82f45dba681ad75c271531f6b49 Mon Sep 17 00:00:00 2001 From: Aditya Kumar Date: Fri, 15 Mar 2024 13:07:00 +0530 Subject: [PATCH] Add ESLint Rule to Gcalendar Plugin Signed-off-by: Aditya Kumar --- .changeset/healthy-suits-fetch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/healthy-suits-fetch.md b/.changeset/healthy-suits-fetch.md index 3477679d8f..600b9fb93c 100644 --- a/.changeset/healthy-suits-fetch.md +++ b/.changeset/healthy-suits-fetch.md @@ -2,4 +2,4 @@ '@backstage/plugin-gcalendar': patch --- -Added ESLint rule `no-top-level-material-ui-4-imports` in the GCalendar plugin to migrate the Material UI imports. +Added ESLint rule `no-top-level-material-ui-4-imports` in the gcalendar plugin to migrate the Material UI imports.