File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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" ,
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" : {
You can’t perform that action at this time.
0 commit comments