Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

esdoc-lint-plugin

esdoc52.4kMIT1.0.2

A lint plugin for ESDoc

esdoc, lint, plugin

readme

ESDoc Lint Plugin

Install

npm install esdoc-lint-plugin

Config

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

enable is default true

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru

changelog

Changelog

1.0.2 (2018-04-30)

  • Fix
    • Crash if export with variable (e.g. /** foo */ export const foo = (p)=>{}) (#48). Thanks @paztis
    • Crash when lint is disabled (#40). Thanks @asis

1.0.1 (2017-09-09)

1.0.0 (2017-07-30)

  • Release