Unverified Commit 4066b5e6 by Nicolás Venturo Committed by GitHub

Made the visibility-first and max-len rules mandatory. (#1139)

parent e819416d
......@@ -4,7 +4,7 @@
"rules": {
"error-reason": "off",
"indentation": ["error", 2],
"max-len": ["warning", 79],
"max-len": ["error", 79],
"no-constant": ["error"],
"no-empty-blocks": "off",
"quotes": ["error", "double"],
......
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