no-padding Avoid blank lines before opening tokens or after closing tokens. Bad: function f() { return [ g( 0 ) ]; } Good: function f() { return [ g( 0 ) ]; }