-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
3.0.0Issues related to v3 releaseIssues related to v3 release
Description
I'd suggest updating the "operator-assignment" rule not to force using of the += operator. It is no more than a personal preference and we should not force using a particular syntax.
Example
let accumulator = '';
accumulator = accumulator + 'some value'; // error: Assignment (=) can be replaced with operator assignment (+=)Actual result: linting error
Expected result: no lining errors
hraboviyvadim, holdMyTea, ApplesBear, VoloshchenkoAl and lequanvn89
Metadata
Metadata
Assignees
Labels
3.0.0Issues related to v3 releaseIssues related to v3 release