Skip to content

Commit 716da5b

Browse files
🤖 chore(.esdoc.json): Sort plugins.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/e086830dfe927964be93f46b8ecdacd2597eb487/src/transforms/esdoc:config-sort-plugins.js Please contact the author of the transform if you believe there was an error.
1 parent 8e70ccd commit 716da5b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.esdoc.json

Lines changed: 18 additions & 18 deletions
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": {
@@ -51,6 +33,24 @@
5133
]
5234
}
5335
}
36+
},
37+
{
38+
"name": "esdoc-inject-style-plugin",
39+
"option": {
40+
"enable": true,
41+
"styles": [
42+
"./doc/css/style.css"
43+
]
44+
}
45+
},
46+
{
47+
"name": "esdoc-inject-script-plugin",
48+
"option": {
49+
"enable": true,
50+
"scripts": [
51+
"./doc/scripts/header.js"
52+
]
53+
}
5454
}
5555
]
5656
}

0 commit comments

Comments
 (0)