mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05: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
|
|
]
|
|
}
|
|
} |