discover-dapps/.soliumrc.json
2019-04-09 22:54:21 +02:00

22 lines
321 B
JSON

{
"extends": "solium:all",
"plugins": [
"security"
],
"rules": {
"security/no-inline-assembly": "off",
"security/no-assign-params": "off",
"quotes": [
"error",
"double"
],
"indentation": [
"error",
4
],
"arg-overflow": [
"warning",
3
]
}
}