mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
18 lines
242 B
JSON
18 lines
242 B
JSON
{
|
|
"extends": "solium:recommended",
|
|
"plugins": [
|
|
"security"
|
|
],
|
|
"rules": {
|
|
"quotes": [
|
|
"error",
|
|
"double"
|
|
],
|
|
"security/no-inline-assembly": ["warning"],
|
|
|
|
"indentation": [
|
|
"error",
|
|
4
|
|
]
|
|
}
|
|
} |