change folder db
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2022-11-15 09:37:14 +01:00
parent bcab493f37
commit 72400ebf02
3 changed files with 8 additions and 14 deletions

12
.vscode/settings.json vendored
View File

@ -2,13 +2,7 @@
{ {
// Carácter predeterminado de final de línea. // Carácter predeterminado de final de línea.
"files.eol": "\n", "files.eol": "\n",
"editor.bracketPairColorization.enabled": true, "editor.codeActionsOnSave": {
"editor.guides.bracketPairs": true, "source.fixAll.eslint": true
"editor.formatOnSave": true, }
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
"eslint.validate": [
"javascript",
"json"
]
} }