Skip to content

Commit

Permalink
updated soliumrc - Solium v1 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
azavalla authored and shrugs committed Jan 15, 2018
1 parent 462c52b commit c1244d6
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions .soliumrc.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
{
"custom-rules-filename": null,
"extends": "solium:all",
"plugins": ["security"],
"rules": {
"imports-on-top": true,
"variable-declarations": true,
"array-declarations": true,
"operator-whitespace": true,
"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
"indentation": ["error", 2],
"quotes": ["error", "double"],
"security/enforce-explicit-visibility": ["error"],
"security/no-block-members": ["warning", ["timestamp"]]
}
}

0 comments on commit c1244d6

Please sign in to comment.