From d0f4cb42e86b4b9c7bdf91e88a4ec0d36074f36b Mon Sep 17 00:00:00 2001 From: Kevin Elliott Date: Mon, 8 Aug 2022 23:59:07 +0700 Subject: [PATCH] docs: use shorthand property name in example (#16180) The text that introduces the config example says "you can also shorten the configuration to this", but in the config example that follows nothing is shorter than in the previous config example. This commit fixes the config example by using a shorthand property name for jsdoc. --- docs/src/user-guide/configuring/configuration-files-new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/user-guide/configuring/configuration-files-new.md b/docs/src/user-guide/configuring/configuration-files-new.md index eddd47d05d9..98d8a5f3f8b 100644 --- a/docs/src/user-guide/configuring/configuration-files-new.md +++ b/docs/src/user-guide/configuring/configuration-files-new.md @@ -360,7 +360,7 @@ export default [ { files: ["**/*.js"], plugins: { - jsdoc: jsdoc + jsdoc } rules: { "jsdoc/require-description": "error",