mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
refactor: Consolidate .prettierignore patterns (no-changelog) (#4692)
* ⚡ Consolidate Prettier ignore patterns * ⚡ Let Prettier select file types to format * 🎨 Apply formatting
This commit is contained in:
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@@ -20,7 +20,7 @@
|
||||
"type": "node",
|
||||
"env": {
|
||||
// "N8N_PORT": "5679",
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Debug CLI tests",
|
||||
@@ -28,13 +28,13 @@
|
||||
"runtimeExecutable": "npm",
|
||||
"args": [
|
||||
"run",
|
||||
"test",
|
||||
"test"
|
||||
// "--",
|
||||
// "ActiveExecutions"
|
||||
],
|
||||
"type": "node",
|
||||
"request": "launch"
|
||||
},
|
||||
}
|
||||
]
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user