Skip to content

Rulesets cannot be loaded in 52.0.3 #1443

@jtarvainen

Description

@jtarvainen

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-jsdoc version: v52.0.3

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions