Skip to content

v4.2.0

Choose a tag to compare

@mysticatea mysticatea released this 28 Feb 22:35
· 108 commits to master since this release
v4.2.0
50ff6a8

Features

  • 9632d4c added new rule prefer-for-of which disallows simple for loops and Array#forEach as favor of ES2015 for-of loops. This rule is fixable.

Bug fixes

  • eb2f184 fixed the existing no-useless-rest-spread rule which had been overlooking unnecessary rest/spread properties.