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`.