当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
5 Star 3 Fork 2

空荧地图开发组/yuanshendocs
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.textlintrc 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
(^_^) 提交于 2021-07-26 00:49 . init
{
"rules": {
"@textlint-rule/no-unmatched-pair": true,
"apostrophe": true,
"ja-no-abusage": true,
"ja-no-mixed-period": true,
"common-misspellings": true,
"date-weekday-mismatch": true,
"en-spell": true,
"editorconfig": true,
"en-capitalization": {
"allowHeading": false,
"allowLists": false,
"severity": "warning"
},
"alex": {
"allow": []
},
"stop-words": {
"severity": "warning"
},
"no-dead-link": {
"baseURI": "http://yuanshen.site",
"checkRelative": true,
"ignore": [
"http://example.com/*"
],
"preferGET": [
"http://example.com/"
],
"ignoreRedirects": false,
"retry": 3,
"userAgent": "textlint-rule-no-dead-link/1.0"
},
"terminology": {
"terms": [
"Stylus",
"VuePress",
[
"front[- ]matter",
"front matter"
]
],
"exclude": [
"Node(?:js)?",
"URL['’]?s",
"repo\\b"
],
"severity": "warning"
},
"write-good": {
"passive": false,
"severity": "warning",
"whitelist": [
"daily",
"only",
"multiple",
"validate"
]
},
"zh-half-and-full-width-bracket": {
"bracket": "halfWidth"
}
},
"filters": {
"allowlist": {
"allow": [
"/\\$\\$[\\s\\S]*?\\$\\$/m"
]
},
"comments": true
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/KYJGYSDT/yuanshendocs.git
git@gitee.com:KYJGYSDT/yuanshendocs.git
KYJGYSDT
yuanshendocs
yuanshendocs
master

搜索帮助