Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d53a9de

Browse files
committed
Mention --lint in changelog
1 parent 844f4b7 commit d53a9de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ about escaping and properly formatting certain elements.
7575
documentation.js returns to 100% test coverage, so every single line
7676
of code is covered by our large library of text fixtures and specific tests.
7777

78+
**--lint mode**
79+
80+
Specifying the `--lint` flag makes documentation.js check for non-standard
81+
types, like `String`, or missing namespaces. If the encountered files have
82+
any problems, it pretty-prints helpful debug messages and exits with status 1,
83+
and otherwise exits with no output and status 0.
84+
7885
## 2.0.1
7986

8087
* Fixes `@param` tags that refer to properties of unmentioned objects: these

0 commit comments

Comments
 (0)