Skip to content

Commit

Permalink
ON-444: Add lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Aug 14, 2023
1 parent 4e05557 commit 9301444
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"compile": "npx hardhat compile",
"node": "npx hardhat node",
"coverage": "npx hardhat coverage",
"clean": "npx hardhat clean"
"clean": "npx hardhat clean",
"lint": "npx eslint .",
"lint-staged": "npx lint-staged",
"lint-fix": "npx eslint . --fix && npx prettier --write ."
},
"dependencies": {
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
Expand Down

0 comments on commit 9301444

Please sign in to comment.