Skip to content

Commit

Permalink
Remove Prettier check (Node 8 not supported)
Browse files Browse the repository at this point in the history
  • Loading branch information
pioug committed Mar 26, 2020
1 parent 722f562 commit b709c2b
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 @@ -21,7 +21,7 @@
"should": "^13.2.3"
},
"scripts": {
"test": "mocha test.js && eslint . && prettier . -c"
"test": "mocha test.js && eslint ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b709c2b

Please sign in to comment.