Skip to content

Commit 270771f

Browse files
massa142kazupon
authored andcommitted
add textlint-rule-no-mix-dearu-desumasu (#121)
1 parent e89366f commit 270771f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.textlintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"4.2.7.コロン(:)": false,
1111
"4.3.1.丸かっこ()": false,
1212
"4.3.2.大かっこ[]": false,
13-
}
13+
},
14+
"no-mix-dearu-desumasu": true,
1415
}
1516
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"devDependencies": {
2222
"textlint": "^5.5.0",
2323
"textlint-checker-for-vuejs-jp-docs": "[email protected]:vuejs-jp/textlint-checker-for-vuejs-jp-docs.git",
24+
"textlint-rule-no-mix-dearu-desumasu": "^3.0.2",
2425
"textlint-rule-preset-jtf-style": "^2.1.2"
2526
},
2627
"scripts": {

0 commit comments

Comments
 (0)