From 16cc341c43107bed50fe5c767b79da46af9f702f Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Mon, 27 Jun 2022 15:36:09 +0200 Subject: [PATCH] :robot: chore(.esdoc.json): Format file. These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/1e99a03141f51bbb455be0733469df94f868e671/src/transforms/esdoc:format-config-file.js Please contact the author of the transform if you believe there was an error. --- .esdoc.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.esdoc.json b/.esdoc.json index 4109e20..0fd1447 100644 --- a/.esdoc.json +++ b/.esdoc.json @@ -9,7 +9,11 @@ "name": "esdoc-standard-plugin", "option": { "accessor": { - "access": ["public", "protected", "private"], + "access": [ + "public", + "protected", + "private" + ], "autoPrivate": true }, "brand": { @@ -20,7 +24,7 @@ "source": "./test/src" }, "manual": { - "files":[ + "files": [ "./doc/manual/overview.md", "./doc/manual/installation.md", "./doc/manual/usage.md", @@ -33,20 +37,24 @@ "name": "esdoc-inject-style-plugin", "option": { "enable": true, - "styles": ["./doc/css/style.css"] + "styles": [ + "./doc/css/style.css" + ] } }, { "name": "esdoc-inject-script-plugin", "option": { "enable": true, - "scripts": ["./doc/scripts/header.js"] + "scripts": [ + "./doc/scripts/header.js" + ] } }, { "name": "esdoc-ecmascript-proposal-plugin", "option": { - "all": true + "all": true } } ]