mat.services/.vscode/settings.json

9 lines
141 B
JSON
Raw Normal View History

2018-02-10 13:56:23 +00:00
{
2018-10-14 06:45:44 +00:00
"eslint.enable": true,
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"vue"
]
2018-02-10 13:56:23 +00:00
}