Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Definition for rule 'jsdoc/[any-jsdoc-rule-name-here]' was not found #1277

Closed
achingbrain opened this issue Jul 29, 2024 · 1 comment · Fixed by #1279 · May be fixed by AKJUS/node#19
Closed

Definition for rule 'jsdoc/[any-jsdoc-rule-name-here]' was not found #1277

achingbrain opened this issue Jul 29, 2024 · 1 comment · Fixed by #1279 · May be fixed by AKJUS/node#19

Comments

@achingbrain
Copy link

The latest 48.9.0 release breaks resolution of jsdoc rule definitions:

eslint [started]
/path/to/it-ws/src/client.ts:1:1: Definition for rule 'jsdoc/check-alignment' was not found. [Error/jsdoc/check-alignment]
/path/to/it-ws/src/client.ts:1:1: Definition for rule 'jsdoc/check-indentation' was not found. [Error/jsdoc/check-indentation]
/path/to/it-ws/src/client.ts:1:1: Definition for rule 'jsdoc/check-param-names' was not found. [Error/jsdoc/check-param-names]
/path/to/it-ws/src/client.ts:1:1: Definition for rule 'jsdoc/check-syntax' was not found. [Error/jsdoc/check-syntax]
/path/to/it-ws/src/client.ts:1:1: Definition for rule 'jsdoc/check-tag-names' was not found. [Error/jsdoc/check-tag-names]
/path/to/it-ws/src/client.ts:1:1: Definition for rule 'jsdoc/check-types' was not found. [Error/jsdoc/check-types]
/path/to/it-ws/src/client.ts:1:1: Definition for rule 'jsdoc/implements-on-classes' was not found. [Error/jsdoc/implements-on-classes]
/path/to/it-ws/src/client.ts:1:1: Definition for rule 'jsdoc/tag-lines' was not found. [Error/jsdoc/tag-lines]
/path/to/it-ws/src/client.ts:1:1: Definition for rule 'jsdoc/require-hyphen-before-param-description' was not found. [Error/jsdoc/require-hyphen-before-param-description]
//... many more errors here

Everything works as expected with 48.8.3.

achingbrain added a commit to ipfs/eslint-config-ipfs that referenced this issue Jul 29, 2024
The latest `eslint-plugin-jsdoc` broke rule resolution, pin until gajus/eslint-plugin-jsdoc#1277 is fixed.
achingbrain added a commit to ipfs/eslint-config-ipfs that referenced this issue Jul 29, 2024
The latest `eslint-plugin-jsdoc` broke rule resolution, pin until gajus/eslint-plugin-jsdoc#1277 is fixed.
achingbrain added a commit to ipfs/aegir that referenced this issue Jul 29, 2024
The latest `eslint-plugin-jsdoc` broke rule resolution, pin until gajus/eslint-plugin-jsdoc#1277 is fixed.
brettz9 added a commit to brettz9/eslint-plugin-jsdoc that referenced this issue Jul 29, 2024
Copy link

🎉 This issue has been resolved in version 48.9.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

achingbrain added a commit to ipfs/eslint-config-ipfs that referenced this issue Jul 29, 2024
achingbrain added a commit to ipfs/eslint-config-ipfs that referenced this issue Jul 29, 2024
achingbrain added a commit to ipfs/aegir that referenced this issue Jul 29, 2024
achingbrain added a commit to ipfs/aegir that referenced this issue Jul 29, 2024
This was referenced Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment