Skip to content

Commit c87a5d1

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/ebf7e47fdba6d4d1465a98658ef1d4e78f0eace6/src/transforms/esdoc:config-sort-plugins.js Please contact the author of the transform if you believe there was an error.
1 parent ca436be commit c87a5d1

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.esdoc.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,6 @@
55
"index": "./README.md",
66
"package": "./package.json",
77
"plugins": [
8-
{
9-
"name": "esdoc-inject-script-plugin",
10-
"option": {
11-
"enable": true,
12-
"scripts": [
13-
"./doc/scripts/header.js"
14-
]
15-
}
16-
},
17-
{
18-
"name": "esdoc-inject-style-plugin",
19-
"option": {
20-
"enable": true,
21-
"styles": [
22-
"./doc/css/style.css"
23-
]
24-
}
25-
},
268
{
279
"name": "esdoc-standard-plugin",
2810
"option": {
@@ -50,6 +32,24 @@
5032
]
5133
}
5234
}
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+
}
5353
}
5454
]
5555
}

0 commit comments

Comments
 (0)