Skip to content

Commit

Permalink
CI: install textlint plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Jun 7, 2018
1 parent 6704eb0 commit 6ba8061
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .textlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"rules": {
"textlint-rule-common-misspellings": true,
"textlint-rule-write-good": true,
"textlint-rule-no-dead-link": true
}
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "reviewdog",
"devDependencies": {
"textlint": "^10.2.1"
"textlint": "^10.2.1",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-no-dead-link": "^4.3.0",
"textlint-rule-write-good": "^1.6.2"
}
}

0 comments on commit 6ba8061

Please sign in to comment.