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
Braces and parentheses should be consistently used with arrow functions.
This issue will detect missing braces and functions and apply the applicable changes to the LST.
Note: there are additional rules not documented in the issue.
TODO: discover and add addition rules.
varfoo=(a)=>{foo();}
vs
varfoo=a=>{foo();}
The text was updated successfully, but these errors were encountered:
Braces and parentheses should be consistently used with arrow functions.
This issue will detect missing braces and functions and apply the applicable changes to the LST.
Note: there are additional rules not documented in the issue.
TODO: discover and add addition rules.
vs
The text was updated successfully, but these errors were encountered: