denoland / deno_lint

Blazing fast linter for JavaScript and TypeScript written in Rust
https://lint.deno.land/
MIT License
1.51k stars 163 forks source link

Remove ./tools/format.js and ./tools/lint.js #1165

Closed dsherret closed 8 months ago

dsherret commented 1 year ago

We should remove this script and add a deno.json instead so people can just do deno fmt and deno lint

dsherret commented 8 months ago

Actually these files make sense to have because they do other things like running cargo clippy and dlint. In https://github.com/denoland/deno_lint/pull/1202 I've made it so that running deno fmt and deno lint work, which should be good enough.