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

Commit

Permalink
chore: lint:fix command added
Browse files Browse the repository at this point in the history
  • Loading branch information
benceharomi committed Oct 10, 2023
1 parent 8a9d569 commit 3df144a
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 @@ -56,6 +56,7 @@
"compile-yul": "ts-node scripts/compile-yul.ts",
"deploy-preimages": "ts-node scripts/deploy-preimages.ts",
"lint": "yarn lint:md && yarn lint:sol && yarn lint:ts && yarn prettier:check",
"lint:fix": "yarn lint:md --fix && yarn lint:sol --fix && yarn lint:ts --fix && yarn prettier:write",
"lint:md": "markdownlint **/*.md",
"lint:sol": "solhint 'contracts/**/*.sol'",
"lint:ts": "eslint .",
Expand Down

0 comments on commit 3df144a

Please sign in to comment.