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
Replace = with {} initialization, even for auto declared variables
Adjusted all code example according to "ES.23: Prefer the {}-initializer syntax".
Note that this rule does _allow_ using `=` with `auto`, but it appears more consistent to just use the `{}` syntax for `auto` as well.
0 commit comments