No Code Style option for ES6 destructuring

This line goes beyond my 80-char limit:

const { fields, omit, folder_id, offset, limit, search, sort, order } = req.query;

and formatting the code has no effect on wrapping it or chopping it down. There appears to be no Code Style setting for ES6 destructuring assignments. Or maybe I'm missing it somewhere?

0
1 comment

please vote for https://youtrack.jetbrains.com/issue/WEB-31028 to be notified on any progress with it

0

Please sign in to leave a comment.