Skip to content

Commit

Permalink
Merge pull request #458 from morpho-org/chore/add-lint-ts-fix
Browse files Browse the repository at this point in the history
Add `lint:ts:fix` to package.json
  • Loading branch information
MathisGD authored Oct 28, 2024
2 parents b24c564 + 702aab2 commit 8bc8aae
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 8bc8aae

Please sign in to comment.