refactor(create-app): remove useless extras

This commit is contained in:
Rémi DOREAU
2020-07-26 16:32:42 +02:00
parent a43d29eb9d
commit 5eb1f2d69f
3 changed files with 1 additions and 5 deletions
-1
View File
@@ -1,6 +1,5 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint.backend')],
ignorePatterns: ['templates/**'],
rules: {
'no-console': 0,
},
+1
View File
@@ -1,6 +1,7 @@
# @backstage/create-app
This package provides a CLI for creating apps.
You can use the flag `--skip-install` to skip the install.
## Installation
-4
View File
@@ -36,9 +36,5 @@
"@types/recursive-readdir": "^2.2.0",
"@types/ora": "^3.2.0",
"ts-node": "^8.6.2"
},
"nodemonConfig": {
"watch": "./src",
"ext": "ts"
}
}