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:
parent
862b693c0a
commit
2cdfe5b100
@ -1,7 +1,8 @@
|
||||
{
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"node_modules/**/*"
|
||||
"node_modules/**/*",
|
||||
"../../node_modules/**/*"
|
||||
]
|
||||
},
|
||||
"defaultSeverity": "error",
|
||||
|
Loading…
Reference in New Issue
Block a user