Last active
July 5, 2019 10:20
-
-
Save onggunhao/b1807d538a36cbf4cae0cbe3494a4ee1 to your computer and use it in GitHub Desktop.
Basic Solhint-only setup with recommended rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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