Skip to content

Commit 25b56c2

Browse files
takaramKentarouTakeda
authored andcommitted
textlint-rules-prh 導入
1 parent e3a4851 commit 25b56c2

File tree

5 files changed

+3256
-0
lines changed

5 files changed

+3256
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

build/.textlintrc.json

+10
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)