mat.services/.vscode/settings.json

6 lines
134 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",
2018-10-15 03:25:55 +00:00
"eslint.validate": ["javascript", "javascriptreact", "vue", "html"]
}