deno_lint
https://github.com/denoland/deno_lint
Rust
Blazing fast linter for JavaScript and TypeScript written in Rust
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported0 Subscribers
Add a CodeTriage badge to deno_lint
Help out
- Issues
- feat: add no-runtime-private methods rule
- custom_ignore_file_directive used for ignore_diagnostic_directive instead of custom_ignore_diagnostic_directive
- Ability to parse .astro files
- JSX rules don't work with hand-written React `createElement` code
- Rule `react-rules-of-hooks` false positive
- Disable some ts specific rules for js files
- Thoughts on adding a `pre-commit-hooks.yml`?
- `no-invalid-regexp`: some `v`-mode regexes are marked invalid when actually valid, e.g. `/[\p{N}--0]/gv`
- fix(no-invalid-regexp): allow v-mode regexes containing -- after single token in a char class
- Add lint rule to warn against object comparison
- Docs
- Rust not yet supported