Example: ```js let foo = (( 1+ 2) ) let bar = 3; ``` I would expect this to be: ```js let foo = (( 1+ 2) ) let bar = 3; ``` or this (possible configurable): ```js let foo = (( 1+ 2) ) let bar = 3; ```