1
0
mirror of synced 2025-11-06 05:10:37 +08:00

New lint CI. Fix some issues.

This commit is contained in:
Anduin Xue
2022-03-12 14:34:23 +08:00
parent 064ad1ad1c
commit 62f11a87e7
18 changed files with 98 additions and 22 deletions

View File

@@ -2,7 +2,6 @@
"name": "how-to-cook",
"description": "程序员在家做饭方法指南。Programmer's guide about how to cook at home (Chinese).",
"version": "1.0.0",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Anduin2017/HowToCook.git"
@@ -24,5 +23,8 @@
"textlint": "^12.1.0",
"textlint-rule-ja-space-between-half-and-full-width": "^2.2.0",
"textlint-rule-zh-half-and-full-width-bracket": "^1.1.0"
},
"devDependencies": {
"glob": "^7.2.0"
}
}