Skip to content

Commit

Permalink
chore(build): add prettier and solidity plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Jun 3, 2024
1 parent fc15a0f commit 9a4f47b
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 10 deletions.
77 changes: 70 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"death": "^1.1.0",
"debug": "^4.3.4",
"decamelize": "^4.0.0",
"decimal.js":"10.4.3",
"decimal.js": "10.4.3",
"deep-eql": "^4.1.3",
"deep-extend": "^0.6.0",
"deep-is": "^0.1.4",
Expand Down Expand Up @@ -265,7 +265,6 @@
"picomatch": "^2.3.1",
"pify": "^4.0.1",
"prelude-ls": "^1.1.2",
"prettier": "^2.8.8",
"process-nextick-args": "^2.0.1",
"promise": "^8.3.0",
"proxy-from-env": "^1.1.0",
Expand Down Expand Up @@ -379,7 +378,9 @@
"@nomicfoundation/hardhat-foundry": "^1.1.1",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"hardhat": "^2.19.3",
"mocha": "^10.2.0"
"mocha": "^10.2.0",
"prettier": "^3.3.0",
"prettier-plugin-solidity": "^1.3.1"
},
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit 9a4f47b

Please sign in to comment.