Closed
Description
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
.