File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-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" ,
26+ "textlint" : " summary-to-path | xargs textlint --rule spellcheck-tech-word --rule max-ten " ,
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" ,
3030 "coveralls" : " punctuate-coverage 'ja/**/*.md' | coveralls"
3131 },
3232 "keywords" : [
33+ " ebook" ,
3334 " plugin" ,
3435 " extension"
3536 ],
4849 "power-assert" : " ^1.0.0" ,
4950 "punctuate-coverage" : " ^1.0.3" ,
5051 "textlint" : " ^3.2.0" ,
52+ "textlint-rule-max-ten" : " ^1.0.1" ,
5153 "textlint-rule-spellcheck-tech-word" : " ^4.0.1"
5254 },
5355 "dependencies" : {
You can’t perform that action at this time.
0 commit comments