You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.
Right now with the
space-unary-ops
settings, unary words likeyield
throw error sayingExample code:
Strangely, it doesn't throw error for line 4 with
const myArray = new Array( 1, 2, 3 );
.Overriding the
space-unary-ops
rule like thisdoes solve the problem. Should we go ahead and implement that?
The text was updated successfully, but these errors were encountered: