55.0.0 (2025-09-08)
Features
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
];