Skip to content

Commit 04ee176

Browse files
🤖 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/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/esdoc:config-sort-plugins.js Please contact the author of the transform if you believe there was an error.
1 parent fdb68dc commit 04ee176

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.esdoc.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,6 @@
55
"index": "./README.md",
66
"package": "./package.json",
77
"plugins": [
8-
{
9-
"name": "esdoc-ecmascript-proposal-plugin",
10-
"option": {
11-
"all": true
12-
}
13-
},
14-
{
15-
"name": "esdoc-inject-script-plugin",
16-
"option": {
17-
"enable": true,
18-
"scripts": [
19-
"./doc/scripts/header.js"
20-
]
21-
}
22-
},
23-
{
24-
"name": "esdoc-inject-style-plugin",
25-
"option": {
26-
"enable": true,
27-
"styles": [
28-
"./doc/css/style.css"
29-
]
30-
}
31-
},
328
{
339
"name": "esdoc-standard-plugin",
3410
"option": {
@@ -56,6 +32,30 @@
5632
]
5733
}
5834
}
35+
},
36+
{
37+
"name": "esdoc-inject-style-plugin",
38+
"option": {
39+
"enable": true,
40+
"styles": [
41+
"./doc/css/style.css"
42+
]
43+
}
44+
},
45+
{
46+
"name": "esdoc-inject-script-plugin",
47+
"option": {
48+
"enable": true,
49+
"scripts": [
50+
"./doc/scripts/header.js"
51+
]
52+
}
53+
},
54+
{
55+
"name": "esdoc-ecmascript-proposal-plugin",
56+
"option": {
57+
"all": true
58+
}
5959
}
6060
]
6161
}

0 commit comments

Comments
 (0)