Created
May 29, 2018 19:17
-
-
Save mseijas/432fb2e5aa9e393501d47de2aab2da91 to your computer and use it in GitHub Desktop.
Solium style 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": "solium:recommended", | |
"plugins": ["security"], | |
"rules": { | |
"quotes": ["error", "double"], | |
"indentation": [0], | |
"arg-overflow": ["warning", 3], | |
"security/enforce-explicit-visibility": ["error"], | |
"security/no-inline-assembly": ["warning"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment