Files
website/.vscode/settings.json
T
Julien Valverdé 29e7710098
Lint / lint (push) Failing after 26s
Upgrade tooling
2026-07-27 05:54:36 +02:00

8 lines
182 B
JSON

{
"js/ts.tsdk.path": "./node_modules/typescript/lib",
"js/ts.tsdk.promptToUseWorkspaceVersion": true,
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit"
}
}