cli: exclude templates dir from linting

This commit is contained in:
Patrik Oldsberg
2020-03-22 16:08:45 +01:00
parent 6d87e3ac3c
commit 9955e9cea6
+1
View File
@@ -1,4 +1,5 @@
module.exports = {
ignorePatterns: ['templates/**'],
rules: {
'no-console': 0,
},