Skip to content

Commit 056499d

Browse files
authored
docs: fix example of flat config from plugin (#17482)
1 parent d73fbf2 commit 056499d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/src/use/configure/configuration-files-new.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ import jsdoc from "eslint-plugin-jsdoc";
475475

476476
export default [
477477
// configuration included in plugin
478-
jsdoc.configs.recommended,
478+
jsdoc.configs["flat/recommended"],
479479
// other configuration objects...
480480
{
481481
files: ["**/*.js"],

0 commit comments

Comments
 (0)