Sorted .soliumrc.json rules.

This commit is contained in:
Nicolás Venturo
2018-08-01 13:09:40 -03:00
parent 07a27f0e5e
commit 4d799f3cbe

View File

@ -2,13 +2,14 @@
"extends": "solium:all",
"plugins": ["security"],
"rules": {
"quotes": ["error", "double"],
"no-empty-blocks": "off",
"uppercase": "off",
"error-reason": "off",
"indentation": ["error", 2],
"max-len": ["warning", 79],
"no-constant": ["error"],
"no-empty-blocks": "off",
"quotes": ["error", "double"],
"uppercase": "off",
"security/enforce-explicit-visibility": ["error"],
"security/no-block-members": ["warning"],
"security/no-inline-assembly": ["warning"]