Skip to content

Instantly share code, notes, and snippets.

@onggunhao
Created July 5, 2019 10:20
Show Gist options
  • Save onggunhao/7238d36375cfdca52041a772d4bbefb5 to your computer and use it in GitHub Desktop.
Save onggunhao/7238d36375cfdca52041a772d4bbefb5 to your computer and use it in GitHub Desktop.
Solhint.json with Prettier-Solidity
{
"extends": ["solhint:recommended"],
"rules": {
"prettier/prettier": "error",
"avoid-throw": false,
"avoid-suicide": "error",
"avoid-sha3": "warn"
},
"plugins": ["prettier"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment