👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2019-11-23 11:28:05 +01:00
parent 862b693c0a
commit 2cdfe5b100

View file

@ -1,7 +1,8 @@
{
"linterOptions": {
"exclude": [
"node_modules/**/*"
"node_modules/**/*",
"../../node_modules/**/*"
]
},
"defaultSeverity": "error",