Skip to content

Commit

Permalink
Disable jsdoc/check-examples rule.
Browse files Browse the repository at this point in the history
Disable `jsdoc/check-examples` until eslint 8 related issue is fixed.
eslint/eslint#14745
  • Loading branch information
davidlehn committed Apr 22, 2022
1 parent ab22f27 commit 83a8456
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jsdoc.js
@@ -1,7 +1,9 @@
module.exports = {
plugins: ['jsdoc'],
rules: {
'jsdoc/check-examples': 1,
// Enable once eslint 8 related issue is fixed:
// https://github.com/eslint/eslint/issues/14745
//'jsdoc/check-examples': 1,
'jsdoc/check-param-names': 1,
'jsdoc/check-tag-names': 1,
'jsdoc/check-types': 1,
Expand Down

0 comments on commit 83a8456

Please sign in to comment.