Skip to content

Commit

Permalink
Add textlint-filter-rule-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco committed Jan 4, 2018
1 parent 887e8f6 commit db17a88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .textlintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"filters": {},
"filters": {
"comments": true
},
"rules": {
"prh": {
"rulePaths" :[
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"firebase-tools": "^3.14.0",
"github-contributors-list": "^1.2.2",
"textlint": "^9.1.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-prh": "^5.0.1"
}
}
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3449,6 +3449,10 @@ text-table@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"

textlint-filter-rule-comments@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/textlint-filter-rule-comments/-/textlint-filter-rule-comments-1.2.2.tgz#3a72c494994e068e0e4aaad0f24ea7cfe338503a"

textlint-formatter@^1.7.3:
version "1.8.0"
resolved "https://registry.yarnpkg.com/textlint-formatter/-/textlint-formatter-1.8.0.tgz#3254e9bd7d4c8cf031b74778bf21bc086faff3eb"
Expand Down

0 comments on commit db17a88

Please sign in to comment.