Skip to content

Commit

Permalink
Disable jsdoc/no-undefined-types until performance issue is solved.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Oct 27, 2024
1 parent 1cedf05 commit 12cd8d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ module.exports = {
'jsdoc/check-types': 2,
'jsdoc/implements-on-classes': 2,
'jsdoc/no-types': 2,
'jsdoc/no-undefined-types': 2,
// Disable until performance issue is solved.
// https://github.com/gajus/eslint-plugin-jsdoc/issues/1334
// 'jsdoc/no-undefined-types': 2,
'jsdoc/check-tag-names': [
2,
{
Expand Down

0 comments on commit 12cd8d8

Please sign in to comment.