@@ -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'
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user