Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
fix: removed prettier from lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jun 14, 2022
1 parent 24fb222 commit e52ba7c
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 @@ -120,7 +120,7 @@
"url": "https://github.com/forwardemail/free-email-forwarding"
},
"scripts": {
"lint": "xo --fix && remark . -qfo && fixpack && prettier --check **/*.json",
"lint": "xo --fix && remark . -qfo && fixpack",
"prepare": "husky install",
"pretest": "npm run lint",
"test": "npm run test-coverage",
Expand Down

0 comments on commit e52ba7c

Please sign in to comment.