12 lines
323 B
JSON
12 lines
323 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"eslint.packageManager": "yarn",
|
|
"npm.packageManager": "yarn",
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"mode": "auto",
|
|
"#comment": "See https://github.com/microsoft/vscode-eslint/issues/1161 for reason (i.e. multiple .eslintrc config files)"
|
|
}
|
|
]
|
|
}
|