(bugfix): add a change set

Signed-off-by: Hasan Oezdemir <21654050+nodify-at@users.noreply.github.com>
This commit is contained in:
Hasan Oezdemir
2022-02-23 13:22:23 +01:00
parent f7c6b4a9f4
commit 3d7ed5377a
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/cli': patch
---
Ignore setupTests and the file inside ./dev folder recursively. Eslint
can not resolve relative paths as we defined in the rule import/no-extraneous-dependencies, and it does not apply this rule.
A downside to use a recursive definition would be to checking all `dev` folders, which might not be wanted. Ensure you don't use
the `dev` folder out of scope (must be used for dev. env. only)