Harrison Deng
3d3c43b944
Implemented logging in and logging out. Implemented authenticated http client. Laid some groundwork for SCSS.
11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"eslint.workingDirectories": [
|
|
"./client"
|
|
],
|
|
"eslint.validate": [
|
|
"vue",
|
|
"javascript",
|
|
],
|
|
"javascript.preferences.quoteStyle": "double",
|
|
"vetur.format.options.tabSize": 4
|
|
} |