netzo / fresh-netzo

Full-stack Deno Fresh meta-framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
https://netzo.io
MIT License
51 stars 3 forks source link

chore(vscode): use deno formatter for all supported languages #110

Closed miguelrk closed 9 months ago

miguelrk commented 9 months ago

Adds markdown, json and jsonc to be formatted with denoland.vscode-deno. For a list of supported languages see https://docs.deno.com/runtime/manual/tools/formatter.

This resolves an issue where user's vscode settings would cause deno fmt --check to fail when e.g. deno.json was formatted by something other than deno.