Skip to content

Instantly share code, notes, and snippets.

@mseijas
Created May 29, 2018 19:17
Show Gist options
  • Save mseijas/432fb2e5aa9e393501d47de2aab2da91 to your computer and use it in GitHub Desktop.
Save mseijas/432fb2e5aa9e393501d47de2aab2da91 to your computer and use it in GitHub Desktop.
Solium style rules
{
"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