Skip to content

Commit c930ff1

Browse files
committed
feat(textlint): add max-ten rule to textlint
Ref. #34
1 parent 7385ac2 commit c930ff1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@
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
],
@@ -48,6 +49,7 @@
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": {

0 commit comments

Comments
 (0)