This commit is contained in:
llopis15 2021-03-18 11:12:52 +01:00
parent 273d92bf95
commit 05a3e094d1
1 changed files with 7 additions and 0 deletions

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
// Carácter predeterminado de final de línea.
"files.eol": "\n",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}