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

Commit

Permalink
Include prettier in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
feuGeneA committed Apr 7, 2020
1 parent a24fa5e commit ed119bb
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 @@ -26,7 +26,7 @@
"start:service:staking_http": "node -r dotenv/config lib/src/runners/http_staking_service_runner.js",
"start:service:swap_http": "node -r dotenv/config lib/src/runners/http_swap_service_runner.js",
"start:service:order_watcher": "node -r dotenv/config lib/src/runners/order_watcher_service_runner.js",
"lint": "tslint --project . --format stylish"
"lint": "tslint --project . --format stylish && yarn prettier:ci"
},
"resolutions": {
"@0x/contract-addresses": "0xProject/gitpkg-registry#0x-contract-addresses-v4.9.0-58b6c25d5",
Expand Down

0 comments on commit ed119bb

Please sign in to comment.