https://github.com/blankriser/deno-lint-plugin
Linting rules for Deno
https://github.com/blankriser/deno-lint-plugin
deno
Last synced: about 1 month ago
JSON representation
Linting rules for Deno
- Host: GitHub
- URL: https://github.com/blankriser/deno-lint-plugin
- Owner: BlankRiser
- Created: 2025-03-02T15:00:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T15:16:56.000Z (over 1 year ago)
- Last Synced: 2025-03-02T16:19:36.308Z (over 1 year ago)
- Topics: deno
- Language: TypeScript
- Homepage: https://jsr.io/@devhaven/deno-lint-plugin
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @devhaven/deno-lint-plugin
Plugin for deno-lint that provides linting rules for Deno projects.
Inspiration from [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/lib/rules/)
### Supported Rules
- [x] `function-call-argument-newline`
- [x] `no-empty-function`