Files
add-to-project/.vscode/settings.json
Jonathan Clem b4c121a252 Improve linting
2022-01-31 15:38:31 -05:00

13 lines
248 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": true,
"files.exclude": {
"dist/": true,
"lib/": true,
"**/node_modules/": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}