Skip to content

Commit db5d694

Browse files
committed
chore(textlint): use pretty-error formatter
1 parent c930ff1 commit db5d694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 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",
26+
"textlint": "summary-to-path | xargs textlint --rule spellcheck-tech-word --rule max-ten -f pretty-error",
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",

0 commit comments

Comments
 (0)