Skip to content

Commit

Permalink
Also check .md files with prettier on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jul 26, 2020
1 parent b0bb351 commit 0bff062
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 @@ -6,7 +6,7 @@
"node": ">=10.0.0"
},
"scripts": {
"lint": "eslint . && prettier --check '**/*.js'",
"lint": "eslint . && prettier --check '**/*.{js,md}'",
"test": "mocha && npm run lint",
"travis": "npm run coverage && npm run lint",
"coverage": "nyc --reporter=lcov --reporter=text -- mocha",
Expand Down

0 comments on commit 0bff062

Please sign in to comment.