From fb34ecd727d58007cedc1bb8ccc97afdc7635a89 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Sun, 19 Dec 2021 19:14:40 +0100 Subject: [PATCH] :robot: chore(.esdoc.json): Sort plugins. These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/457d6d9bfb7d08d917f0c3a95108832fc88fe176/src/transforms/esdoc:config-sort-plugins.js Please contact the author of the transform if you believe there was an error. --- .esdoc.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.esdoc.json b/.esdoc.json index 3e57855..c4240ff 100644 --- a/.esdoc.json +++ b/.esdoc.json @@ -5,24 +5,6 @@ "index": "./README.md", "package": "./package.json", "plugins": [ - { - "name": "esdoc-inject-script-plugin", - "option": { - "enable": true, - "scripts": [ - "./doc/scripts/header.js" - ] - } - }, - { - "name": "esdoc-inject-style-plugin", - "option": { - "enable": true, - "styles": [ - "./doc/css/style.css" - ] - } - }, { "name": "esdoc-standard-plugin", "option": { @@ -50,6 +32,24 @@ ] } } + }, + { + "name": "esdoc-inject-style-plugin", + "option": { + "enable": true, + "styles": [ + "./doc/css/style.css" + ] + } + }, + { + "name": "esdoc-inject-script-plugin", + "option": { + "enable": true, + "scripts": [ + "./doc/scripts/header.js" + ] + } } ] }