mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-05 09:14:28 +00:00
16 lines
193 B
JSON
16 lines
193 B
JSON
|
{
|
||
|
"extends": "solium:recommended",
|
||
|
"plugins": [
|
||
|
"security"
|
||
|
],
|
||
|
"rules": {
|
||
|
"quotes": [
|
||
|
"error",
|
||
|
"double"
|
||
|
],
|
||
|
"indentation": [
|
||
|
"error",
|
||
|
4
|
||
|
]
|
||
|
}
|
||
|
}
|