denoland / fresh

The next-gen web framework.
https://fresh.deno.dev
MIT License
12.05k stars 607 forks source link

fix: ensure deno task check passes in initialized projects #2529

Closed deer closed 1 week ago

deer commented 1 week ago

There were two issues with initialized projects:

  1. not every file was formatted properly
  2. linting wasn't passing when using verbatim-module-syntax. This isn't enabled right now, due to it not having the recommended tag, but it seems like a good idea. Actually initializing a project with this can be done in a separate PR.