Skip to content

Commit 33a4074

Browse files
chore: fix JavaScript lint errors
PR-URL: stdlib-js#6950 Closes: stdlib-js#6943 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent d184af8 commit 33a4074

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/_tools/lint/header-filenames/lib

lib/node_modules/@stdlib/_tools/lint/header-filenames/lib/sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var IGNORE = require( './ignore_patterns.json' );
4343
*
4444
* @example
4545
* var errs = lint();
46-
* // returns [...]
46+
* // returns []
4747
*/
4848
function lint( options ) {
4949
var pattern;

0 commit comments

Comments
 (0)