Skip to content

Instantly share code, notes, and snippets.

@alexytiger
Created December 1, 2019 05:30
Show Gist options
  • Save alexytiger/4e6e8fb5196a79ff39b95ae6c282799c to your computer and use it in GitHub Desktop.
Save alexytiger/4e6e8fb5196a79ff39b95ae6c282799c to your computer and use it in GitHub Desktop.
e-book
{
"extends": "solhint:recommended",
"plugins": [],
"rules": {
"avoid-suicide": "error",
"avoid-sha3": "warn",
"avoid-tx-origin:": "warn",
"avoid-throw": "off",
"indent": "off",
"no-mix-tabs-and-spaces": "off"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment