refactor(cli): move create-app into his own package

This commit is contained in:
Rémi DOREAU
2020-07-18 17:02:09 +02:00
parent 75abb42217
commit a43d29eb9d
11 changed files with 507 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint.backend')],
ignorePatterns: ['templates/**'],
rules: {
'no-console': 0,
},
};