mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
👕 Fix lint issue
This commit is contained in:
parent
862b693c0a
commit
2cdfe5b100
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"linterOptions": {
|
"linterOptions": {
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules/**/*"
|
"node_modules/**/*",
|
||||||
|
"../../node_modules/**/*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaultSeverity": "error",
|
"defaultSeverity": "error",
|
||||||
|
|
Loading…
Reference in a new issue