加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.esdoc.json 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
Ziv Barber 提交于 2018-10-26 23:34 . fix: Style change + eslint fixes
{
"source": ".",
"destination": "./docs",
"includes": [
"^lib(\\\\|\\/).*\\.js$"
],
"excludes": [
"tests(\\\\|\\/).*(spec|Spec|test|Test)\\.js$"
],
"plugins": [
{
"name": "esdoc-standard-plugin"
},
{
"name": "esdoc-flow-type-plugin",
"option": {
"enable": true
}
},
{
"name": "esdoc-lint-plugin",
"option": {
"enable": true
}
},
{
"name": "esdoc-integrate-manual-plugin",
"option": {
"index": "./manual/README.md",
"globalIndex": true,
"asset": "./manual/asset",
"files": [
"./CHANGELOG"
]
}
},
{
"name": "esdoc-brand-plugin",
"option": {
"description": "Office Open XML Generator using Node.js streams. Supporting Microsoft Office 2007 and later Word (docx), PowerPoint (pptx,ppsx) and Excel (xlsx). This module is for all frameworks and environments. No need for any commandline tool - this module is doing everything inside it.",
"repository": "https://github.com/Ziv-Barber/officegen",
"site": "https://github.com/Ziv-Barber/officegen",
"image": "./logo_office.png"
}
},
{
"name": "esdoc-ecmascript-proposal-plugin",
"option": {
"all": true
}
},
{
"name": "esdoc-integrate-test-plugin",
"option": {
"source": ".",
"interfaces": [
"describe",
"it",
"context",
"suite",
"test"
],
"includes": [
"^lib(\\\\|\\/).*(spec|Spec|test|Test)\\.js$",
"^tests(\\\\|\\/).*(spec|Spec|test|Test)\\.js$"
]
}
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化