feat: add suggestions for fixes for mixed plugins rule

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
This commit is contained in:
Hellgren Heikki
2025-06-13 11:00:58 +03:00
parent 2788a08dad
commit e84e7c55bf
4 changed files with 59 additions and 4 deletions
+2 -4
View File
@@ -24,12 +24,10 @@ module.exports = {
'error',
{
// TODO: Fix these either by right role or by moving things to new packages
// TODO: Additionally remove the '**/*.{test,spec}.[jt]s?(x)' from `excludedFiles` in `no-mixed-plugin-imports`
// and fix the errors
excludedTargetPackages: [
'@backstage/test-utils',
'@backstage/config-loader',
'@backstage/plugin-catalog',
'@backstage/plugin-permission-backend',
'@backstage/plugin-app-backend',
'@backstage/plugin-techdocs',
'@backstage/plugin-app',
'@backstage/plugin-catalog-backend'