diff --git a/.soliumrc.json b/.soliumrc.json index 88e505c2c..c2e1906a3 100644 --- a/.soliumrc.json +++ b/.soliumrc.json @@ -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"],