0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-24 14:11:58 -05:00
denoland-deno/cli/tools/lint/rules
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
..
mod.rs feat(lint): change behavior of --rules flag (#27245) 2025-01-22 23:43:00 +01:00
no_sloppy_imports.md fix(unstable): move sloppy-import warnings to lint rule (#24710) 2024-07-25 09:07:59 -04:00
no_sloppy_imports.rs feat(lint): change behavior of --rules flag (#27245) 2025-01-22 23:43:00 +01:00
no_slow_types.md fix(unstable): move sloppy-import warnings to lint rule (#24710) 2024-07-25 09:07:59 -04:00
no_slow_types.rs feat(lint): change behavior of --rules flag (#27245) 2025-01-22 23:43:00 +01:00