-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Deno includes some analysis tools. Running deno run check will execute all three of them:
deno fmt --checkchecks if everything is formatted according todeno fmtdeno lintwill run a linterdeno check **/*.ts **/*.tsxwill run typescript type checking
In my personal opinion, formatters/linters can be somewhat annoying, but most of my personal frustration comes from linters that have a bunch of arbitrary rules and no way to auto-fix them, I believe deno can just fix them for you so it's no big deal. Type checking should definitely be done though, that indicates a logic error
Metadata
Metadata
Assignees
Labels
No labels