From 056499de31a139dbc965d18652b0b520e11b408d Mon Sep 17 00:00:00 2001 From: Francesco Trotta Date: Mon, 21 Aug 2023 10:25:54 +0200 Subject: [PATCH] docs: fix example of flat config from plugin (#17482) --- docs/src/use/configure/configuration-files-new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/use/configure/configuration-files-new.md b/docs/src/use/configure/configuration-files-new.md index 7903854f062..2d472a4e7e1 100644 --- a/docs/src/use/configure/configuration-files-new.md +++ b/docs/src/use/configure/configuration-files-new.md @@ -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"],