Skip to content

Commit

Permalink
Also use prettier for markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 4, 2020
1 parent 8798f6d commit 179ddea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"unexpected-markdown": "^5.0.0"
},
"scripts": {
"lint": "eslint . && prettier --check '**/*.js'",
"lint": "eslint . && prettier --check '**/*.{js,md}'",
"test": "mocha ./documentation/**/*.md ./test/**/*.js",
"ci": "npm test && npm run coverage && npm run lint && <coverage/lcov.info coveralls",
"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 179ddea

Please sign in to comment.