mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
12 lines
258 B
JSON
12 lines
258 B
JSON
{
|
|
"deno.enable": true,
|
|
"deno.lint": false,
|
|
"deno.unstable": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true,
|
|
"source.fixAll": true
|
|
}
|
|
}
|