esdoc-lint-plugin

A lint plugin for ESDoc

MIT 7 个版本
安装
npm install esdoc-lint-plugin
yarn add esdoc-lint-plugin
pnpm add esdoc-lint-plugin
bun add 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

版本列表
1.0.2 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