You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/NODE_API.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,22 @@ of lint information intended for human-readable output.
108
108
-`callback`**[Function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function)** to be called when the documentation generation
109
109
is complete, with (err, result) arguments
110
110
111
+
**Examples**
112
+
113
+
```javascript
114
+
documentation.lint('file.js', {}, function (err, lintOutput) {
0 commit comments