{
"extends": "solium:all",
"plugins": [
"security"
],
"rules": {
"quotes": [
"error",
"double"
"indentation": [
4
"arg-overflow": [
"warning",
3
]
}