Added new line to eslint

Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
AmbrishRamachandiran
2024-03-21 17:20:53 +05:30
parent bc97524b88
commit 52c68dec82
+2 -1
View File
@@ -2,4 +2,5 @@ module.exports = require('@backstage/cli/config/eslint-factory')(__dirname, {
rules: {
'@backstage/no-top-level-material-ui-4-imports': 'error',
},
});
});