poa-bridge/truffle/.soliumrc.json

21 lines
240 B
JSON

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