Skip to content

Instantly share code, notes, and snippets.

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