1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-11-10 12:35:46 +03:00

👕 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",