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

Package detail

@sebastianwessel/esdoc-lint-plugin

sebastianwessel51MIT2.1.0

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

Next

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

1.0.1 (2017-09-09)

1.0.0 (2017-07-30)

  • Release