https://github.com/uki00a/deno-lint-plugin-extra-rules
A `deno lint` plugin for Deno's built-in features and std
https://github.com/uki00a/deno-lint-plugin-extra-rules
deno deno-lint
Last synced: 5 days ago
JSON representation
A `deno lint` plugin for Deno's built-in features and std
- Host: GitHub
- URL: https://github.com/uki00a/deno-lint-plugin-extra-rules
- Owner: uki00a
- License: mit
- Created: 2024-12-29T16:35:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-02T05:03:18.000Z (6 months ago)
- Last Synced: 2026-01-07T23:25:29.351Z (6 months ago)
- Topics: deno, deno-lint
- Language: TypeScript
- Homepage: https://jsr.io/@uki00a/deno-lint-plugin-extra-rules
- Size: 96.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# deno-lint-plugin-extra-rules
[](https://jsr.io/@uki00a/deno-lint-plugin-extra-rules)
[](https://github.com/uki00a/deno-lint-plugin-extra-rules/actions)
A `deno lint` plugin for Deno's built-in APIs and
[std](https://github.com/denoland/std). Heavily inspired by
[eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n),
[eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest), and
[eslint-plugin-eslint-comments](https://github.com/eslint-community/eslint-plugin-eslint-comments).
## Usage
Add the following to `deno.json`:
```jsonc
{
"lint": {
// NOTE: Replace `$VERSION` with the latest version
"plugins": ["jsr:@uki00a/deno-lint-plugin-extra-rules@$VERSION"]
}
}
```
## Rules
See
[`LintRules`](https://jsr.io/@uki00a/deno-lint-plugin-extra-rules/doc/~/LintRules).