Skip to content

Commit 643a77b

Browse files
committed
chore(textlint): add textlint-rule-no-mix-dearu-desumasu
1 parent eab5b98 commit 643a77b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build": "gitbook build",
2424
"eslint": "eslint src/**/*.js",
2525
"eslint:md": "eslint -c .md.eslintrc --ext .md ja/**/*.md",
26-
"textlint": "summary-to-path | xargs textlint --rule spellcheck-tech-word --rule max-ten -f pretty-error",
26+
"textlint": "summary-to-path | xargs textlint -f pretty-error --rule spellcheck-tech-word --rule max-ten --rule no-mix-dearu-desumasu",
2727
"test:example": "find ./src -name '*-example.js' | xargs babel-node",
2828
"test:js": "mocha",
2929
"test": "npm-run-all --parallel test:js test:example textlint eslint:md eslint build",
@@ -50,6 +50,7 @@
5050
"punctuate-coverage": "^1.0.3",
5151
"textlint": "^3.2.0",
5252
"textlint-rule-max-ten": "^1.0.1",
53+
"textlint-rule-no-mix-dearu-desumasu": "^1.0.1",
5354
"textlint-rule-spellcheck-tech-word": "^4.0.1"
5455
},
5556
"dependencies": {

0 commit comments

Comments
 (0)