Skip to content

Commit c8c386c

Browse files
authored
Merge pull request #848 from dev-hato/add_proof
@proofdict/textlint-rule-proofdict追加
2 parents fd1f851 + 56a6057 commit c8c386c

3 files changed

Lines changed: 376 additions & 11 deletions

File tree

.github/linters/.textlintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"filters": {},
33
"rules": {
44
"@textlint-ja/no-insert-dropping-sa": true,
5+
"@proofdict/proofdict": {
6+
"dictURL": "https://azu.github.io/proof-dictionary/"
7+
},
58
"abbr-within-parentheses": true,
69
"footnote-order": true,
710
"general-novel-style-ja": {

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"devDependencies": {
3+
"@proofdict/textlint-rule-proofdict": "^3.1.2",
34
"@textlint-ja/textlint-rule-no-insert-dropping-sa": "^2.0.1",
45
"textlint": "^12.1.0",
56
"textlint-rule-abbr-within-parentheses": "^1.0.2",
67
"textlint-rule-footnote-order": "^1.0.3",
78
"textlint-rule-general-novel-style-ja": "dev-hato/textlint-rule-general-novel-style-ja-markdown",
9+
"textlint-rule-helper": "^2.2.1",
810
"textlint-rule-ja-hiragana-fukushi": "^1.3.0",
911
"textlint-rule-ja-hiragana-hojodoushi": "^1.0.4",
1012
"textlint-rule-ja-hiragana-keishikimeishi": "^1.1.0",

0 commit comments

Comments
 (0)