discover/.soliumrc.json

22 lines
363 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
]
}
}