Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

v1.4.4: 1.4.4

Compare
Choose a tag to compare
@markelog markelog released this 14 May 21:33
· 1527 commits to master since this release
  • 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