-
- Notifications
You must be signed in to change notification settings - Fork 168
Closed
Description
Expected behavior
As described in the documentation, rulesets can be loaded from a .js config file as follows:
module.exports = { extends: [ 'plugin:jsdoc/recommended' ] }; Actual behavior
After updating eslint-plugin-jsdoc to v52.0.3, rulesets can no longer be loaded:
ESLint couldn't find the config "plugin:jsdoc/recommended" to extend from. Please check that the name of the config is correct.
ESLint Config
See example above.
Environment
- Node version: v22.18.0
- ESLint version v8.57.1
eslint-plugin-jsdocversion: v52.0.3
jlherren