Skip to content

Commit 47ea905

Browse files
🤖 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/b7b7316fcc320ee7d249b0aa391d9a196c944421/src/transforms/esdoc:format-config-file.js Please contact the author of the transform if you believe there was an error.
1 parent 2744ee0 commit 47ea905

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.esdoc.json

Lines changed: 12 additions & 4 deletions
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",
@@ -34,14 +38,18 @@
3438
"name": "esdoc-inject-style-plugin",
3539
"option": {
3640
"enable": true,
37-
"styles": ["./doc/css/style.css"]
41+
"styles": [
42+
"./doc/css/style.css"
43+
]
3844
}
3945
},
4046
{
4147
"name": "esdoc-inject-script-plugin",
4248
"option": {
4349
"enable": true,
44-
"scripts": ["./doc/scripts/header.js"]
50+
"scripts": [
51+
"./doc/scripts/header.js"
52+
]
4553
}
4654
}
4755
]

0 commit comments

Comments
 (0)