Commit c1244d62 by zava Committed by Matt Condon

updated soliumrc - Solium v1 compatible

parent 462c52bc
{ {
"custom-rules-filename": null, "extends": "solium:all",
"plugins": ["security"],
"rules": { "rules": {
"imports-on-top": true, "indentation": ["error", 2],
"variable-declarations": true, "quotes": ["error", "double"],
"array-declarations": true, "security/enforce-explicit-visibility": ["error"],
"operator-whitespace": true, "security/no-block-members": ["warning", ["timestamp"]]
"lbrace": true,
"mixedcase": false,
"camelcase": true,
"uppercase": true,
"no-with": true,
"no-empty-blocks": true,
"no-unused-vars": true,
"double-quotes": true,
"blank-lines": true,
"indentation": true,
"whitespace": true,
"deprecated-suicide": true,
"pragma-on-top": true
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment