We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6d773 commit 4bd096aCopy full SHA for 4bd096a
src/rules/checkExamples.js
@@ -62,7 +62,7 @@ export default iterateJsdoc(({
62
exampleCodeRegex = exampleCodeRegex && new RegExp(exampleCodeRegex, '');
63
rejectExampleCodeRegex = rejectExampleCodeRegex && new RegExp(rejectExampleCodeRegex, '');
64
65
- _.forEach(jsdoc.tags, (tag) => { // eslint-disable-line complexity
+ _.forEach(jsdoc.tags, (tag) => {
66
if (tag.tag !== 'example') {
67
return;
68
}
0 commit comments