Merge pull request #23764 from AmbrishRamachandiran/allure-plugin-import

Added ESLint rule  in the  allure plugin to migrate the Material UI imports.
This commit is contained in:
Fredrik Adelöw
2024-03-22 12:30:10 +01:00
committed by GitHub
+5 -1
View File
@@ -1 +1,5 @@
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname);
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname, {
rules: {
'@backstage/no-top-level-material-ui-4-imports': 'error',
},
});