Initial commit
This commit is contained in:
18
.vscode/settings.json
vendored
Normal file
18
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"editor.tabCompletion": "on",
|
||||
"path-intellisense.mappings": {
|
||||
"@/*": "${workspaceRoot}/src/*",
|
||||
"@": "${workspaceRoot}/src"
|
||||
},
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
},
|
||||
"eslint.validate": [
|
||||
"javascript"
|
||||
],
|
||||
"netlify.site_id": "0efb7de2-c9e6-4385-9d10-eda2f60b81e4",
|
||||
"files.watcherExclude": {
|
||||
"**/target": true
|
||||
},
|
||||
"netlify.api_token": "XKw6KkCZGywmHlBJLPKCZJPQhW-JDmscrg9rXj1efHI"
|
||||
}
|
||||
Reference in New Issue
Block a user