Skip to content

Commit

Permalink
🤖 chore(.esdoc.json): Sort plugins.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Dec 19, 2021
1 parent f3c7d34 commit fb34ecd
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .esdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
]
}
}
]
}

0 comments on commit fb34ecd

Please sign in to comment.