deno/cli/tools/lint
Marvin Hagemeister be73f11f83
fix(unstable): lint plugin !== wrongly parsed as != (#28403)
That's an emberassing typo. The `!==` operator was wrongly converted to
`!=`.

Fixes https://github.com/denoland/deno/issues/28397
2025-03-05 20:14:50 +00:00
..
ast_buffer fix(unstable): lint plugin !== wrongly parsed as != (#28403) 2025-03-05 20:14:50 +00:00
rules chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
linter.rs feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
mod.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
plugins.rs fix(lint): run with --no-prompt (#28305) 2025-02-26 09:15:56 -05:00
reporters.rs feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00