mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-30 23:40:07 +00:00
* Create deno.json * run format * run format * ci: only check formatting * f * Update settings.json * Update settings.json
12 lines
256 B
JSON
12 lines
256 B
JSON
{
|
|
"deno.enable": true,
|
|
"deno.lint": false,
|
|
"deno.unstable": true,
|
|
"editor.defaultFormatter": "denoland.vscode-deno",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true,
|
|
"source.fixAll": true
|
|
}
|
|
}
|