1
0
Fork 0

refactor: remove .vscode folder

Somehow the VSC folder got in.
refactor/models
Hiroyuki 2021-07-08 20:53:29 -04:00
parent b9d4a28c4f
commit 6de47a7e0d
No known key found for this signature in database
GPG Key ID: C15AC26538975A24
1 changed files with 0 additions and 21 deletions

21
.vscode/settings.json vendored
View File

@ -1,21 +0,0 @@
{
"files.autoSave": "onFocusChange",
"editor.tabSize": 2,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"cSpell.language": "en-gb",
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"files.enableTrash": false,
"eslint.validate": ["typescript"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.preferences.importModuleSpecifier": "relative"
}