props/Props/.vscode/settings.json

11 lines
222 B
JSON
Raw Normal View History

{
"eslint.workingDirectories": [
"./client"
],
"eslint.validate": [
"vue",
"javascript",
],
"javascript.preferences.quoteStyle": "double",
"vetur.format.options.tabSize": 4
}