Skip to content

Commit

Permalink
chrome: speed up lint:remark
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Krasnoyarov committed Jul 25, 2016
1 parent c1879d0 commit a162297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"scripts": {
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint:eslint": "eslint . --ignore-path .gitignore --color",
"lint:remark": "remark . --ignore-path .gitignore --frail --quiet --color",
"lint:remark": "remark '{**/,}*.md' --ignore-path .gitignore --frail --quiet --color",
"lint": "npm-run-all -l --parallel lint:*",
"pretest": "npm run lint",
"ava": "nyc ava --verbose \"src/**/__tests__/*.js\"",
Expand Down

0 comments on commit a162297

Please sign in to comment.