Merge to master #21

Merged
joan merged 163 commits from test into master 2022-10-20 11:59:30 +00:00
2 changed files with 16 additions and 1 deletions
Showing only changes of commit 25e8ed8a06 - Show all commits

1
.gitignore vendored
View File

@ -18,7 +18,6 @@ pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj

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

@ -0,0 +1,16 @@
{
"eslint.validate": [
"javascript",
"typescript",
"vue",
"html",
"scss",
"json",
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"files.eol": "\n",
}