From 1692840a2f763737a4891419dc304db4ebedab5d Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Fri, 14 Oct 2022 19:43:16 +0200 Subject: [PATCH] docs: fix syntax in examples for new config files (#16427) --- .../configuring/configuration-files-new.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/user-guide/configuring/configuration-files-new.md b/docs/src/user-guide/configuring/configuration-files-new.md index 0c59ce00583..e6a5254284c 100644 --- a/docs/src/user-guide/configuring/configuration-files-new.md +++ b/docs/src/user-guide/configuring/configuration-files-new.md @@ -345,7 +345,7 @@ export default [ files: ["**/*.js"], plugins: { jsdoc: jsdoc - } + }, rules: { "jsdoc/require-description": "error", "jsdoc/check-values": "error" @@ -366,7 +366,7 @@ export default [ files: ["**/*.js"], plugins: { jsdoc - } + }, rules: { "jsdoc/require-description": "error", "jsdoc/check-values": "error" @@ -385,7 +385,7 @@ export default [ files: ["**/*.js"], plugins: { jsd: jsdoc - } + }, rules: { "jsd/require-description": "error", "jsd/check-values": "error" @@ -413,7 +413,7 @@ export default [ files: ["**/*.js"], plugins: { jsdoc: jsdoc - } + }, rules: { "jsdoc/require-description": "warn", } @@ -434,7 +434,7 @@ export default [ plugins: { markdown }, - processor: "markdown/markdown" + processor: "markdown/markdown", settings: { sharedData: "Hello" } @@ -455,7 +455,7 @@ export default [ plugins: { markdown }, - processor: "markdown/markdown" + processor: "markdown/markdown", settings: { sharedData: "Hello" }