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

Text lint add half and full width bracket.

This commit is contained in:
Anduin Xue
2022-03-01 01:19:31 +08:00
parent ed0b6ba517
commit c59b0d55f8
4 changed files with 75 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
{
"dependencies": {
"textlint": "^12.1.0",
"textlint-rule-ja-space-between-half-and-full-width": "^2.2.0"
"textlint-rule-ja-space-between-half-and-full-width": "^2.2.0",
"textlint-rule-zh-half-and-full-width-bracket": "^1.1.0"
}
}