# esdoc-lint-plugin

> A lint plugin for ESDoc

Latest version **1.0.2** (published 2018-04-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install esdoc-lint-plugin
pnpm add esdoc-lint-plugin
yarn add esdoc-lint-plugin
bun add esdoc-lint-plugin
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2018-04-30 |
| First published | 2017-03-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 6.0.0 |
| Dependencies | 0 |
| Unpacked size | 7.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 139 |
| Author | h13i32maru |
| Maintainers | h13i32maru |
| Keywords | esdoc, lint, plugin |

## Links

- npm: https://www.npmjs.com/package/esdoc-lint-plugin
- Repository: https://github.com/esdoc/esdoc-plugins
- Issues: https://github.com/esdoc/esdoc-plugins/issues
- npm.io page: https://npm.io/package/esdoc-lint-plugin

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2018-04-30
- 1.0.1 — 2017-09-09
- 1.0.0 — 2017-07-30
- 0.0.4 — 2017-06-25
- 0.0.3 — 2017-05-13
- 0.0.2 — 2017-04-23
- 0.0.1 — 2017-03-08

## README

# ESDoc Lint Plugin
## Install
```bash
npm install esdoc-lint-plugin
```

## Config
```json
{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {"name": "esdoc-lint-plugin", "option": {"enable": true}}
  ]
}
```

`enable` is default `true`

## LICENSE
MIT

## Author
[Ryo Maruyama@h13i32maru](https://github.com/h13i32maru)

---
_Source: https://npm.io/package/esdoc-lint-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
