Skip to content

Commit

Permalink
test: add prh@6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Apr 3, 2024
1 parent 355a0fd commit 668112f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/@textlint/script-compiler/.textlintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"rules": {
"no-dropping-the-ra": true,
"preset-ja-technical-writing": true
"preset-ja-technical-writing": true,
"prh": {
"rulePaths": [
"./prh.yml"
]
}
}
}
3 changes: 3 additions & 0 deletions packages/@textlint/script-compiler/prh.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
version: 1
rules:
- expected: jQuery

0 comments on commit 668112f

Please sign in to comment.