10 lines
159 B
JSON
10 lines
159 B
JSON
{
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"vue"
|
|
],
|
|
"eslint.enable": true,
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|