Skip to content

Commit 90551e7

Browse files
committed
Add link to JSHint API docs
1 parent b48e38a commit 90551e7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/js/_enqueues/vendor/codemirror/fakejshint.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ window.JSHINT = ( () => {
128128
/**
129129
* Parses JS code to find errors.
130130
*
131+
* @see https://jshint.com/docs/api/
132+
*
131133
* @param {string} source - JavaScript source code.
132134
* @param {SupportedJSHintOptions} [options] - Linting options.
133135
*/

0 commit comments

Comments
 (0)