We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c930ff1 commit db5d694Copy full SHA for db5d694
package.json
@@ -23,7 +23,7 @@
23
"build": "gitbook build",
24
"eslint": "eslint src/**/*.js",
25
"eslint:md": "eslint -c .md.eslintrc --ext .md ja/**/*.md",
26
- "textlint": "summary-to-path | xargs textlint --rule spellcheck-tech-word --rule max-ten",
+ "textlint": "summary-to-path | xargs textlint --rule spellcheck-tech-word --rule max-ten -f pretty-error",
27
"test:example": "find ./src -name '*-example.js' | xargs babel-node",
28
"test:js": "mocha",
29
"test": "npm-run-all --parallel test:js test:example textlint eslint:md eslint build",
0 commit comments