jscs-dev / node-jscs

:arrow_heading_up: JavaScript Code Style checker (unmaintained)
https://jscs-dev.github.io
MIT License
4.96k stars 510 forks source link

requireSpread: should check for [].concat if possible #1992

Closed hzoo closed 8 years ago

hzoo commented 8 years ago

Anything similar to [].concat(...a).concat(b); -> [...a, ...b]

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

markelog commented 8 years ago

At this point only major and CST related bugs will be fixed.