0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 07:16:56 -05:00
denoland-deno/cli/tools
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
..
bench refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
coverage chore: fix canary version (#27723) 2025-01-19 11:19:47 +01:00
doc refactor: update deno_doc, use prismjs, remove internal reference html generation logic (#26885) 2024-11-19 08:56:04 -08:00
init chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
jupyter refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
lint feat(lint): change behavior of --rules flag (#27245) 2025-01-22 23:43:00 +01:00
registry fix(outdated): Use latest tag even when it's the same as the current version (#27699) 2025-01-16 20:03:25 +00:00
repl refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
run refactor: create NpmInstaller (#27626) 2025-01-13 17:35:18 -05:00
test refactor: update deno_core and use more concrete errors (#27620) 2025-01-17 09:41:52 -08:00
check.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
clean.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
compile.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
doc.rs chore: fix canary version (#27723) 2025-01-19 11:19:47 +01:00
fmt.rs refactor: use DataUrl from deno_media_type (#27783) 2025-01-22 20:35:16 +00:00
info.rs refactor: create deno_lib crate (#27673) 2025-01-15 09:35:46 -05:00
installer.rs fix(install/global): remove importMap field from specified config file (#27744) 2025-01-20 16:50:34 -05:00
mod.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
serve.rs refactor: create deno_lib crate (#27673) 2025-01-15 09:35:46 -05:00
task.rs refactor: move CliNpmResolver to deno_resolver::npm::NpmResolver (#27659) 2025-01-14 10:01:05 -05:00
upgrade.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00