ESDoc Lint Plugin Install npm install esdoc-lint-pluginConfig { "source": "./src", "destination": "./doc", "plugins": [ {"name": "esdoc-lint-plugin", "option": {"enable": true}} ] }enable is default true LICENSE MIT Author Ryo Maruyama@h13i32maru
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) Fix Disabling lint bug (#4, #19) Thanks @pzuraq @moshest 1.0.0 (2017-07-30) Release