Skip to content

Commit 4bd096a

Browse files
committed
fix: update dependencies
1 parent 3a6d773 commit 4bd096a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/checkExamples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default iterateJsdoc(({
6262
exampleCodeRegex = exampleCodeRegex && new RegExp(exampleCodeRegex, '');
6363
rejectExampleCodeRegex = rejectExampleCodeRegex && new RegExp(rejectExampleCodeRegex, '');
6464

65-
_.forEach(jsdoc.tags, (tag) => { // eslint-disable-line complexity
65+
_.forEach(jsdoc.tags, (tag) => {
6666
if (tag.tag !== 'example') {
6767
return;
6868
}

0 commit comments

Comments
 (0)