jwbay / tslint-misc-rules

Collection of miscellaneous TSLint rules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no-unnecessary-parens-for-arrow-function-arguments false positive on spread

bookman25 opened this issue · comments

It's throwing a warning for (...items) => {}. In this case the parentheses are required.