Skip to content

Commit

Permalink
Also use prettier for *.json
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Nov 22, 2020
1 parent 37bb2e0 commit 4903122
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 @@ -31,7 +31,7 @@
"unexpected-markdown": "^5.0.0"
},
"scripts": {
"lint": "eslint . && prettier --check '**/*.{js,md}'",
"lint": "eslint . && prettier --check '**/*.{js,json,md}'",
"test": "mocha ./documentation/**/*.md ./test/**/*.js",
"test:ci": "npm run coverage && npm run generate-site",
"coverage": "nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html",
Expand Down

0 comments on commit 4903122

Please sign in to comment.