mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
9 lines
231 B
JSON
9 lines
231 B
JSON
{
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"js/ts.tsdk.path": "node_modules/typescript/lib"
|
|
}
|