canon: move to ui

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-07-15 09:19:51 +02:00
parent 8570d0cd6a
commit 7b93b50116
249 changed files with 9 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
module.exports = {
...require('@backstage/cli/config/eslint-factory')(__dirname),
extends: ['plugin:storybook/recommended'],
rules: {
'react/forbid-elements': 'off',
'@backstage/no-mixed-plugin-imports': 'off'
},
};