Skip to content

Commit

Permalink
🤖 chore(.esdoc.json): Format file.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/1e99a03141f51bbb455be0733469df94f868e671/src/transforms/esdoc:format-config-file.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Jun 27, 2022
1 parent df46f10 commit 16cc341
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .esdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"name": "esdoc-standard-plugin",
"option": {
"accessor": {
"access": ["public", "protected", "private"],
"access": [
"public",
"protected",
"private"
],
"autoPrivate": true
},
"brand": {
Expand All @@ -20,7 +24,7 @@
"source": "./test/src"
},
"manual": {
"files":[
"files": [
"./doc/manual/overview.md",
"./doc/manual/installation.md",
"./doc/manual/usage.md",
Expand All @@ -33,20 +37,24 @@
"name": "esdoc-inject-style-plugin",
"option": {
"enable": true,
"styles": ["./doc/css/style.css"]
"styles": [
"./doc/css/style.css"
]
}
},
{
"name": "esdoc-inject-script-plugin",
"option": {
"enable": true,
"scripts": ["./doc/scripts/header.js"]
"scripts": [
"./doc/scripts/header.js"
]
}
},
{
"name": "esdoc-ecmascript-proposal-plugin",
"option": {
"all": true
"all": true
}
}
]
Expand Down

0 comments on commit 16cc341

Please sign in to comment.