Skip to content

Commit 36e8319

Browse files
a-flying-potatomake-github-pseudonymous-again
authored andcommittedMar 25, 2021
🤖 chore(.esdoc.json): Format file.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/e086830dfe927964be93f46b8ecdacd2597eb487/src/transforms/esdoc:format-config-file.js Please contact the author of the transform if you believe there was an error.
1 parent 08550ed commit 36e8319

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed
 

Diff for: ‎.esdoc.json

+12-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
"name": "esdoc-standard-plugin",
1010
"option": {
1111
"accessor": {
12-
"access": ["public", "protected", "private"],
12+
"access": [
13+
"public",
14+
"protected",
15+
"private"
16+
],
1317
"autoPrivate": true
1418
},
1519
"brand": {
@@ -20,7 +24,7 @@
2024
"source": "./test/src"
2125
},
2226
"manual": {
23-
"files":[
27+
"files": [
2428
"./doc/manual/overview.md",
2529
"./doc/manual/installation.md",
2630
"./doc/manual/usage.md",
@@ -33,14 +37,18 @@
3337
"name": "esdoc-inject-style-plugin",
3438
"option": {
3539
"enable": true,
36-
"styles": ["./doc/css/style.css"]
40+
"styles": [
41+
"./doc/css/style.css"
42+
]
3743
}
3844
},
3945
{
4046
"name": "esdoc-inject-script-plugin",
4147
"option": {
4248
"enable": true,
43-
"scripts": ["./doc/scripts/header.js"]
49+
"scripts": [
50+
"./doc/scripts/header.js"
51+
]
4452
}
4553
}
4654
]

0 commit comments

Comments
 (0)
Please sign in to comment.