From 1a8b5538b1811b4afceccd08beb9bb7ca6c1f490 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Sun, 4 Sep 2022 08:36:19 +0200 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/b30cf223897adb74ca4a854799d50b21d7e1959d/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 3e7fe1d..3299548 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" + ] + } } ] }