mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-15 22:46:53 +00:00
13 lines
248 B
JSON
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"
|
|
}
|