mirror of
https://github.com/dorny/paths-filter.git
synced 2026-03-30 23:10:09 +00:00
7 lines
192 B
JSON
7 lines
192 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"eslint.validate": ["javascript", "typescript"]
|
|
}
|