From dd8a9afe668ab0bb69bc2d65130e513ce58e8426 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 3 Feb 2023 17:24:49 +0100 Subject: [PATCH] added and updated changesets for eslint-plugin addition Signed-off-by: Patrik Oldsberg --- .changeset/few-moons-accept.md | 5 +++++ .changeset/tough-jeans-camp.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/few-moons-accept.md diff --git a/.changeset/few-moons-accept.md b/.changeset/few-moons-accept.md new file mode 100644 index 0000000000..c790e837c8 --- /dev/null +++ b/.changeset/few-moons-accept.md @@ -0,0 +1,5 @@ +--- +'@backstage/cli': patch +--- + +Replaced several monorepo lint rules with new rules from `@backstage/eslint-plugin`. See the [README](https://github.com/import-js/eslint-plugin-import/blob/main/packages/eslint-plugin/README.md) for a full list of rules. diff --git a/.changeset/tough-jeans-camp.md b/.changeset/tough-jeans-camp.md index b7c08593e1..8c7a53190f 100644 --- a/.changeset/tough-jeans-camp.md +++ b/.changeset/tough-jeans-camp.md @@ -2,4 +2,4 @@ '@backstage/eslint-plugin': minor --- -Added a new ESLint plugin with common rules for Backstage projects. +Added a new ESLint plugin with common rules for Backstage projects. See the [README](https://github.com/import-js/eslint-plugin-import/blob/main/packages/eslint-plugin/README.md) for more details.