Merge pull request #673 from Shrugs/feat/solium
Solium Integration, Linting Refactorpull/677/head^2
commit
ec2f7ba8d1
@ -1,22 +1,12 @@ |
|||||||
{ |
{ |
||||||
"custom-rules-filename": null, |
"extends": "solium:all", |
||||||
|
"plugins": ["security"], |
||||||
"rules": { |
"rules": { |
||||||
"imports-on-top": true, |
"quotes": ["error", "double"], |
||||||
"variable-declarations": true, |
"indentation": ["error", 2], |
||||||
"array-declarations": true, |
"arg-overflow": ["warning", 3], |
||||||
"operator-whitespace": true, |
"security/enforce-explicit-visibility": ["error"], |
||||||
"lbrace": true, |
"security/no-block-members": ["warning"], |
||||||
"mixedcase": false, |
"security/no-inline-assembly": ["warning"] |
||||||
"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 |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue