Lint
Run the following checks in order, fixing any issues found:
- •
Check formatting
bashdeno fmt --check
If formatting issues are found, run
deno fmtto fix them. - •
Lint
bashdeno lint
Fix any linting errors reported.
- •
Type check
bashdeno check src/main.ts
Fix any type errors reported.
Report the results of each check and summarize any issues that were found and fixed.