Changelog
Version 1.5.4
Changelog
Version 1.5.3
Changelog
Version 1.5.2
Changelog
Version 1.5.1
Changelog
Version 1.4.4
requireSpaceAfterBinaryOperators
rule (@markelog)disallowSpaceAfterBinaryOperators
rule (@markelog)requireSpaceBeforeBinaryOperators
rule (@markelog)disallowSpaceBeforeBinaryOperators
rule (@markelog)requirePaddingNewlinesInBlocks
: support multi-line padding (@zz85)requireSpacesInConditionalExpression
(@mikesherov)disallowSpacesInConditionalExpression
(@mikesherov)validateIndentation
rule: fix more weird onevar constructs and associated indentation rules. (@mikesherov)validateIndentation
rule: fix bug when IfStatement test contains a BlockStatementChangelog
Version 1.4.1:
disallowPaddingNewlinesInBlocks
: check for comments in the whitespace. Fixes #347 (@mikesherov).validateIndentation
rule: properly validate finally clauses. Fixes #311 (@mikesherov).validateIndentation
rule: tests for holes in array and more complex temporary fix for it (@zxqfox).validateIndentation
rule: allow for extra indents when first variable
in a declaration is multi-line (@mikesherov).validateIndentation
rule: prevent false positive when array elements are
on same line as array opener, but array is not single line. Fixes #353 (@mikesherov)