npm eslint-plugin-jsdoc 55.0.0
v55.0.0

latest releases: 55.0.2, 55.0.1
11 hours ago

55.0.0 (2025-09-08)

Features

  • export named function for building configs (#1477) (0b0a058)

BREAKING CHANGES

  • Although not technically breaking, this is being released as such to encourage use of the named import function.

import {jsdoc} from 'eslint-plugin-jsdoc'; // A named import now is encouraged
export default [
...jsdoc({config: 'flat/recommended'}); // Now invoke the function to build the config
];

Don't miss a new eslint-plugin-jsdoc release

NewReleases is sending notifications on new releases.