An open API service indexing awesome lists of open source software.

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

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`