Skip to content

Commit 7958be7

Browse files
committed
textlint-rules-prh 導入
1 parent 3c6a9c9 commit 7958be7

File tree

5 files changed

+3256
-0
lines changed

5 files changed

+3256
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

build/.textlintrc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"plugins": [
3+
"html"
4+
],
5+
"rules": {
6+
"prh": {
7+
"rulePaths" :["prh.yml"]
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)