cli: allow linting packages with role dynamic-frontend-container

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2024-07-17 20:53:55 +01:00
parent 2075ec269a
commit 7eb08a69dd
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Add frontend-dynamic-container role to eslint config factory
+1
View File
@@ -201,6 +201,7 @@ function createConfigForRole(dir, role, extraConfig = {}) {
case 'frontend':
case 'frontend-plugin':
case 'frontend-plugin-module':
case 'frontend-dynamic-container':
return createConfig(dir, {
...extraConfig,
extends: [