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
|
||
|
}
|