Browse Source

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

Nicolás Venturo 7 years ago
parent
commit
07a27f0e5e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .soliumrc.json

+ 1 - 0
.soliumrc.json

@@ -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"],