forked from sombochea/verdaccio-ui
10 lines
187 B
JSON
10 lines
187 B
JSON
{
|
|
"eslint.packageManager": "yarn",
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
} |