This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
v1.4.4: 1.4.4
- Improve
requireSpaceAfterBinaryOperators
rule: support comma and assignment operators (@markelog) - Improve
disallowSpaceAfterBinaryOperators
rule: support comma and assignment operators (@markelog) - Improve
requireSpaceBeforeBinaryOperators
rule: support comma and assignment operators (@markelog) - Improve
disallowSpaceBeforeBinaryOperators
rule: support comma and assignment operators (@markelog) - Update google preset (@markelog)
- Fixes
requirePaddingNewlinesInBlocks
: support multi-line padding (@zz85) - Update error message when no config is found (@mikesherov)
- Rule
requireSpacesInConditionalExpression
(@mikesherov) - Rule
disallowSpacesInConditionalExpression
(@mikesherov) - Fixes for
validateIndentation
rule: fix more weird onevar constructs and associated indentation rules (@mikesherov) - Fixes for
validateIndentation
rule: fix bug when IfStatement test contains a BlockStatement