feat(scaffolder): adding some more stuff and some initial sample template

This commit is contained in:
blam
2020-04-28 22:38:34 +02:00
parent e104fb007c
commit 9635983e5a
53 changed files with 2679 additions and 1600 deletions
+1
View File
@@ -1,4 +1,5 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint')],
rules: {
'no-console': 0, // Permitted in console programs
'new-cap': ['error', { capIsNew: false }], // Because Express constructs things e.g. like 'const r = express.Router()'