mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-11 12:37:16 +00:00
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"files.exclude": {
|
|
".licenses/": true,
|
|
"dist/": true,
|
|
"lib/": true,
|
|
"**/node_modules/": true
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|