mirror of
https://github.com/embarklabs/subspace.git
synced 2025-02-20 10:28:36 +00:00
20 lines
239 B
JSON
20 lines
239 B
JSON
{
|
|
"extends": "solium:all",
|
|
"plugins": [
|
|
"security"
|
|
],
|
|
"rules": {
|
|
"quotes": [
|
|
"error",
|
|
"double"
|
|
],
|
|
"indentation": [
|
|
"error",
|
|
4
|
|
],
|
|
"arg-overflow": [
|
|
"warning",
|
|
3
|
|
]
|
|
}
|
|
} |