Skip to content

Commit

Permalink
add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesmoke05 committed Apr 3, 2024
1 parent 990bd3f commit 5e5bdfb
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ isort:
black:
black .

prettier:
prettier --write --plugin=prettier-plugin-solidity

compile:
brownie compile

Expand Down
81 changes: 80 additions & 1 deletion package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"devDependencies": {
"hardhat": "^2.22.2"
"hardhat": "^2.22.2",
"prettier": "^3.2.5",
"prettier-plugin-solidity": "^1.3.1"
}
}

0 comments on commit 5e5bdfb

Please sign in to comment.