Skip to content

Commit

Permalink
feat: lint and format solidity files
Browse files Browse the repository at this point in the history
  • Loading branch information
phenix3443 committed Mar 20, 2024
1 parent c79be47 commit cca862b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@
],
"license": "ISC",
"dependencies": {
"create-next-app": "^12.3.1",
"prettier": "^2.0.5"
"create-next-app": "^12.3.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.1.0",
"commitlint": "^19.2.1",
"hardhat": "^2.12.4",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-solidity": "^1.3.1",
"solhint": "^4.5.2"
},
"scripts": {
Expand Down

0 comments on commit cca862b

Please sign in to comment.