Skip to content

Commit 365bb59

Browse files
committed
add explicit prettier-plugin-solidity import to yarn prettier script
1 parent 733e5e5 commit 365bb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lerna-publish": "yarn build && lerna publish && lerna run tsc-clean",
88
"build": "hardhat compile && lerna run tsc",
99
"prepare": "husky install",
10-
"prettier": "prettier --write .",
10+
"prettier": "prettier --write --plugin=prettier-plugin-solidity .",
1111
"upgrade-dependencies": "yarn-up -e '@solidstate/library,@solidstate/spec,@solidstate/typechain-types' && yarn upgrade"
1212
},
1313
"workspaces": [

0 commit comments

Comments
 (0)