Browse Source

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

Nicolás Venturo 7 years ago
parent
commit
4066b5e683
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .soliumrc.json

+ 1 - 1
.soliumrc.json

@@ -4,7 +4,7 @@
   "rules": {
   "rules": {
     "error-reason": "off",
     "error-reason": "off",
     "indentation": ["error", 2],
     "indentation": ["error", 2],
-    "max-len": ["warning", 79],
+    "max-len": ["error", 79],
     "no-constant": ["error"],
     "no-constant": ["error"],
     "no-empty-blocks": "off",
     "no-empty-blocks": "off",
     "quotes": ["error", "double"],
     "quotes": ["error", "double"],