Skip to content

Commit

Permalink
add config path
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppecrj committed Feb 7, 2025
1 parent 6e78795 commit 06f4eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"**/*.sol"
],
"scripts": {
"prettier": "prettier --check {scripts,src,test}/**/*.sol",
"prettier": "prettier --check {scripts,src,test}/**/*.sol --config package.json",
"prettier:fix": "prettier --write {scripts,src,test}/**/*.sol"
},
"devDependencies": {
Expand Down

0 comments on commit 06f4eaf

Please sign in to comment.