Closed
Description
- What version of documentation.js are you using?: 5.3.3
- How are you running documentation.js (on the CLI, Node.js API, Grunt, other?): Node.js npm:
./node_modules/.bin/documentation lint lib/**.js
running documentation.js like I am currently, it lints files outside of ./lib, presumably because they are local and required by a file inside of lib/. These local dependencies are 3rd-party deps in the form of git submodules.
Is there a way to run 'shallow' on documentation lint
to exclude any dependencies?
Metadata
Metadata
Assignees
Labels
No labels