You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced the solium:recommended core ruleset. The default .soliumrc.json configuration generated by solium --init now inherits rule severities from this set. It has been introduced because not all solium rules are applicable to the general audience, hence this is an improvement over extending solium:all.
The blank-lines rule now supports automatic code formatting.
Partially fixed the problem of false positives on Windows environment due to different character representation of line-break.
More coverage and bug fixes for several rules and modules utility methods.