Version Packages
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
# @backstage/eslint-plugin
|
||||
|
||||
## 0.1.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 098ef95: Fix custom rules package scanning performance.
|
||||
- 063b2d3: Added new eslint rule to restrict mixed plugin imports.
|
||||
|
||||
New rule `@backstage/no-mixed-plugin-imports` disallows mixed imports between plugins that are mixing
|
||||
the backstage architecture. This rule forces that:
|
||||
|
||||
- No imports from frontend plugins to backend plugins or other frontend plugins.
|
||||
- No imports from backend plugins to frontend plugins or other backend plugins.
|
||||
- No imports from common plugins to frontend or backend plugins.
|
||||
|
||||
The current recommended configuration is giving a warning for mixed imports. This is to be changed in
|
||||
the future to an error so please adjust your workspace accordingly.
|
||||
|
||||
## 0.1.11-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/eslint-plugin",
|
||||
"version": "0.1.11-next.0",
|
||||
"version": "0.1.11",
|
||||
"description": "Backstage ESLint plugin",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Reference in New Issue
Block a user