Skip to content

Commit d0f4cb4

Browse files
authored
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.
1 parent 10a6e0e commit d0f4cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/user-guide/configuring/configuration-files-new.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ export default [
360360
{
361361
files: ["**/*.js"],
362362
plugins: {
363-
jsdoc: jsdoc
363+
jsdoc
364364
}
365365
rules: {
366366
"jsdoc/require-description": "error",

0 commit comments

Comments
 (0)