Deno lint command-line executable for Node.js, version 2.0.14, released monthly. It leverages the Rust-based deno_lint engine via N-API to provide fast linting for both JavaScript and TypeScript, outperforming eslint. Key differentiators include support for eslint-style ignore patterns, configurable directories, eslint-disable comments, and multiple output formats. It is a fork of @node-rs/deno-lint with added flexibility and CLI usability improvements.
npm install denolintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs denolint with a custom config file on the src/ directory.
Replace --root with -p or --project
Use shell workaround to ignore exit code
Create .denolint.json with rules in the format described in README
Update Node.js to version 12 or later
Check deno_lint rules list for supported rules
Use npx denolint or install via npm i -g denolint
Create .denolint.json or specify --no-config to skip
Use only deno_lint rules; see deno_lint documentation
No dependency data recorded yet.