11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"eslint.enable": true,
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"typescript.tsdk": "./app/node_modules/typescript/lib"
|
|
}
|