Skip to content

Commit

Permalink
Also use prettier for .md
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 2, 2020
1 parent 7e3f757 commit f2c3a2e
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 @@ -59,7 +59,7 @@
"scripts": {
"docker:build": "docker build -t express-processimage-dev .",
"docker": "docker run --rm -it -v \"$(pwd):/home/nvm/express-processimage\" express-processimage-dev",
"lint": "eslint . && prettier --check '**/*.js'",
"lint": "eslint . && prettier --check '**/*.{js,md}'",
"test": "mocha",
"ci": "npm run coverage && npm run lint",
"coverage": "NODE_ENV=development nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html"
Expand Down

0 comments on commit f2c3a2e

Please sign in to comment.