Commit d4dc4b25 by Matt Condon

fix: remove warning on timestamp usage

parent c1244d62
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
"extends": "solium:all", "extends": "solium:all",
"plugins": ["security"], "plugins": ["security"],
"rules": { "rules": {
"indentation": ["error", 2],
"quotes": ["error", "double"], "quotes": ["error", "double"],
"security/enforce-explicit-visibility": ["error"], "indentation": ["error", 2],
"security/no-block-members": ["warning", ["timestamp"]] "arg-overflow": ["warning", 3],
"security/enforce-explicit-visibility": ["error"]
} }
} }
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