Skip to content

Commit

Permalink
fix: add lint:ts:fix to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adhusson committed Oct 26, 2024
1 parent b24c564 commit 702aab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"test:hardhat": "hardhat test",
"lint": "yarn lint:forge && yarn lint:ts",
"lint:ts": "prettier --check pkg",
"lint:ts:fix": "prettier --write pkg",
"lint:forge": "forge fmt --check",
"lint:fix": "yarn lint:forge:fix && yarn lint:ts:fix",
"lint:forge:fix": "forge fmt",
Expand Down

0 comments on commit 702aab2

Please sign in to comment.