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 52ba75d commit 2e51bcf
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 @@ -15,7 +15,7 @@
],
"scripts": {
"coverage": "NODE_ENV=coverage nyc --reporter lcov --reporter text mocha",
"lint": "eslint . && prettier --check '**/*.js'",
"lint": "eslint . && prettier --check '**/*.{js,json,md}'",
"test": "mocha"
},
"dependencies": {
Expand Down

0 comments on commit 2e51bcf

Please sign in to comment.