Skip to content

Commit b21864c

Browse files
committed
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.
1 parent 2a64d42 commit b21864c

File tree

1 file changed

+148
-148
lines changed

1 file changed

+148
-148
lines changed

0 commit comments

Comments
 (0)