mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
16 lines
193 B
JSON
16 lines
193 B
JSON
{
|
|
"extends": "solium:recommended",
|
|
"plugins": [
|
|
"security"
|
|
],
|
|
"rules": {
|
|
"quotes": [
|
|
"error",
|
|
"double"
|
|
],
|
|
"indentation": [
|
|
"error",
|
|
4
|
|
]
|
|
}
|
|
} |