Skip to content

Commit

Permalink
Also check *.json and *.md with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Nov 22, 2020
1 parent e6e4621 commit c4e24c3
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 @@ -8,7 +8,7 @@
],
"scripts": {
"coverage": "nyc --reporter lcov --reporter text mocha",
"lint": "eslint . && prettier --check '**/*.js'",
"lint": "eslint . && prettier --check '**/*.{js,json,md}'",
"test": "mocha"
},
"keywords": [
Expand Down

0 comments on commit c4e24c3

Please sign in to comment.