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 0ef6859 commit 3a07fa2
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 @@ -17,7 +17,7 @@
"url": "https://github.com/unexpectedjs/unexpected-sinon"
},
"scripts": {
"lint": "eslint . && prettier --check '**/*.js'",
"lint": "eslint . && prettier --check '**/*.{js,md}'",
"test": "mocha --require unexpected-markdown test/*.js `find documentation -name '*.md'`",
"test-headless": "karma start --single-run",
"test-browser": "serve .",
Expand Down

0 comments on commit 3a07fa2

Please sign in to comment.