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