Merge pull request #351 from spotify/rugvip/ignore

cli: exclude templates dir from linting
This commit is contained in:
Patrik Oldsberg
2020-03-22 16:39:39 +01:00
committed by GitHub
+1
View File
@@ -1,4 +1,5 @@
module.exports = {
ignorePatterns: ['templates/**'],
rules: {
'no-console': 0,
},