20 lines
253 B
JSON
20 lines
253 B
JSON
{
|
|
"extends": "solium:recommended",
|
|
"plugins": [
|
|
"security"
|
|
],
|
|
"rules": {
|
|
"quotes": [
|
|
"error",
|
|
"double"
|
|
],
|
|
"indentation": [
|
|
"error",
|
|
4
|
|
],
|
|
"linebreak-style": [
|
|
"error",
|
|
"unix"
|
|
]
|
|
}
|
|
} |