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

请先登录再写评论。