0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 18:12:59 -05:00
deno/cli/tools/lint
Bartek Iwańczuk 80a6179ac4
feat(lint): change behavior of --rules flag (#27245)
This commit changes how `deno lint --rules` behaves:
1. All available rules are now printed and rules enabled are marked as
such
2. `deno lint --rules --json` doesn't include markdown documentation
for rules but rather a link to the docs. This should allow us to save
around 400kB of the final `deno` binary size
2025-01-22 23:43:00 +01:00
..
ast_buffer feat(unstable): refactor js lint plugin AST (#27615) 2025-01-14 13:31:02 +01:00
rules feat(lint): change behavior of --rules flag (#27245) 2025-01-22 23:43:00 +01:00
linter.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
mod.rs feat(lint): change behavior of --rules flag (#27245) 2025-01-22 23:43:00 +01:00
reporters.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00