deno/cli/tools/lint
David Sherret 2294364519
Some checks are pending
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
feat(lint): no-import-prefix workspace rule (#30598)
Lint rule that's enabled by default in a workspace (when there's a
deno.json or package.json) in order to encourage using bare specifiers
and storing dependencies in a single place in the config file.
2025-09-02 22:59:19 +00:00
..
ast_buffer chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
rules feat(lint): no-import-prefix workspace rule (#30598) 2025-09-02 22:59:19 +00:00
linter.rs fix(lint): do not panic for many overlapping lint fixes (#30104) 2025-07-14 14:16:44 -04:00
mod.rs feat(lint): no-import-prefix workspace rule (#30598) 2025-09-02 22:59:19 +00:00
plugins.rs refactor: update to deno_path_util 0.5.2 (#30211) 2025-07-27 08:44:29 -04:00
reporters.rs refactor: remove usages of to_string_lossy().to_string() (#30224) 2025-07-28 20:25:58 +00:00