From 44cc7c3b955af83106d74765beaf75c585a6bb2d Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 7 Mar 2022 14:57:59 +0100 Subject: [PATCH] changesets: added changeset for CLI lint config refactor Signed-off-by: Patrik Oldsberg --- .changeset/gentle-dancers-greet.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/gentle-dancers-greet.md diff --git a/.changeset/gentle-dancers-greet.md b/.changeset/gentle-dancers-greet.md new file mode 100644 index 0000000000..bf160a7099 --- /dev/null +++ b/.changeset/gentle-dancers-greet.md @@ -0,0 +1,7 @@ +--- +'@backstage/cli': patch +--- + +Added a new ESLint configuration setup for packages, which utilizes package roles to generate the correct configuration. The new configuration is available at `@backstage/cli/config/eslint-factory`. + +Introduced a new `backstage-cli migrate package-lint-configs` command, which migrates old lint configurations to use `@backstage/cli/config/eslint-factory`.