Skip to content

Commit

Permalink
docs: use shorthand property name in example (#16180)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
remnantkevin committed Aug 8, 2022
1 parent 10a6e0e commit d0f4cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/user-guide/configuring/configuration-files-new.md
Expand Up @@ -360,7 +360,7 @@ export default [
{
files: ["**/*.js"],
plugins: {
jsdoc: jsdoc
jsdoc
}
rules: {
"jsdoc/require-description": "error",
Expand Down

0 comments on commit d0f4cb4

Please sign in to comment.