Unverified Commit 07a27f0e by Nicolás Venturo Committed by GitHub

Disabled Solium's error-reason rule. (#1138)

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