2018-08-06 15:12:55 +00:00
|
|
|
{
|
|
|
|
"extends": "solium:recommended",
|
|
|
|
"plugins": [
|
|
|
|
"security"
|
|
|
|
],
|
|
|
|
"rules": {
|
|
|
|
"quotes": [
|
|
|
|
"error",
|
|
|
|
"double"
|
|
|
|
],
|
2018-11-30 15:12:23 +00:00
|
|
|
"security/no-inline-assembly": ["warning"],
|
|
|
|
|
2018-08-06 15:12:55 +00:00
|
|
|
"indentation": [
|
|
|
|
"error",
|
|
|
|
4
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|