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:
Iván Ovejero
2022-11-22 14:11:29 +01:00
committed by GitHub
parent 0b754a4f85
commit 78119c9f22
55 changed files with 1049 additions and 917 deletions

6
.vscode/launch.json vendored
View File

@@ -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"
},
}
]
/**