create-app: add lint command

This commit is contained in:
Patrik Oldsberg
2020-08-02 23:20:39 +02:00
parent bd3d0de77f
commit 2909054283
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint.backend')],
ignorePatterns: ['templates/**'],
rules: {
'no-console': 0,
},