Skip to content

Commit

Permalink
Also check *.json with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Nov 22, 2020
1 parent 1cb59fe commit 4833c51
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 @@ -5,7 +5,7 @@
"main": "lib/expressExtractHeaders.js",
"scripts": {
"test": "mocha",
"lint": "eslint . && prettier --check '**/*.{js,md}'",
"lint": "eslint . && prettier --check '**/*.{js,json,md}'",
"test:ci": "npm run coverage",
"coverage": "NODE_ENV=development nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html",
"preversion": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md"
Expand Down

0 comments on commit 4833c51

Please sign in to comment.