Skip to content

Commit

Permalink
Merge pull request backstage#351 from spotify/rugvip/ignore
Browse files Browse the repository at this point in the history
cli: exclude templates dir from linting
  • Loading branch information
Rugvip authored Mar 22, 2020
2 parents 9528bed + 9955e9c commit 39dc09f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
ignorePatterns: ['templates/**'],
rules: {
'no-console': 0,
},
Expand Down

0 comments on commit 39dc09f

Please sign in to comment.