From 81dd75c6494587ab040674e9e502debbdffdaee1 Mon Sep 17 00:00:00 2001 From: Kevin Elliott Date: Wed, 3 Aug 2022 12:06:05 +0800 Subject: [PATCH] docs: use shorthand property name in example 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",