Pattern: Arbitrary parentheses spacing
Issue: -
Checks whitespace inside parenthesis that don't belong to a function call/declaration or control structure.
- required spacing can be set using the
spacing
sniff property (default is0
) - newlines can be used by setting the
ignoreNewlines
sniff property (default isfalse
)