From 083ba280ebd1a7254c950b827ec9a3809795a260 Mon Sep 17 00:00:00 2001 From: Timothy Deakin Date: Thu, 14 Mar 2024 23:13:38 +0000 Subject: [PATCH] chore: add changeset Signed-off-by: Timothy Deakin --- .changeset/perfect-countries-appear.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/perfect-countries-appear.md diff --git a/.changeset/perfect-countries-appear.md b/.changeset/perfect-countries-appear.md new file mode 100644 index 0000000000..8005e443d5 --- /dev/null +++ b/.changeset/perfect-countries-appear.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-cost-insights': patch +--- + +Added the `no-top-level-material-ui-4-imports` ESLint rule to aid with the migration to Material UI v5