chore: initial approach for field extensions

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-09-23 14:28:52 +02:00
parent b304f78a31
commit bf6eaf35c8
78 changed files with 924 additions and 268 deletions
@@ -0,0 +1,5 @@
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname, {
rules: {
'@backstage/no-top-level-material-ui-4-imports': 'error',
},
});