Skip to main content
Module

x/scaffold/.vscode/settings.json

scaffold your next project with style and πŸ’—
Latest
File
{ "deno.enable": true, "deno.unstable": true, "deno.lint": true, "[markdown]": { "editor.defaultFormatter": "dprint.dprint" }, "[typescript]": { "editor.defaultFormatter": "dprint.dprint" }, "[typescriptreact]": { "editor.defaultFormatter": "dprint.dprint" }, "[javascript]": { "editor.defaultFormatter": "dprint.dprint" }, "[javascriptreact]": { "editor.defaultFormatter": "dprint.dprint" }, "[json]": { "editor.defaultFormatter": "dprint.dprint" }, "[jsonc]": { "editor.defaultFormatter": "dprint.dprint" }, "[toml]": { "editor.defaultFormatter": "dprint.dprint" }}