From 2e1768176b8215e50bc817719818dc37fc928db9 Mon Sep 17 00:00:00 2001 From: Timothy Deakin Date: Thu, 14 Mar 2024 22:30:15 +0000 Subject: [PATCH] chore: add changeset Signed-off-by: Timothy Deakin --- .changeset/shiny-buttons-whisper.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/shiny-buttons-whisper.md diff --git a/.changeset/shiny-buttons-whisper.md b/.changeset/shiny-buttons-whisper.md new file mode 100644 index 0000000000..a19a22e8b1 --- /dev/null +++ b/.changeset/shiny-buttons-whisper.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-home': patch +--- + +Added the `no-top-level-material-ui-4-imports` ESLint rule to aid with the migration to Material UI v5