Skip to content

Commit

Permalink
docs: fix example of flat config from plugin (#17482)
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Aug 21, 2023
1 parent d73fbf2 commit 056499d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/use/configure/configuration-files-new.md
Expand Up @@ -475,7 +475,7 @@ import jsdoc from "eslint-plugin-jsdoc";

export default [
// configuration included in plugin
jsdoc.configs.recommended,
jsdoc.configs["flat/recommended"],
// other configuration objects...
{
files: ["**/*.js"],
Expand Down

0 comments on commit 056499d

Please sign in to comment.