Composable Homepage (#6486)

feat: implement homepage plugin
This commit is contained in:
Ruben Lindström
2021-08-17 14:44:30 +02:00
committed by GitHub
parent 6f98aec868
commit 2b7d3455b5
29 changed files with 1225 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint')],
};