arrow-spacing in ES6 arrow function
Hi,
how do I enforce a space between the parenthesis and the arrow in a ES arrow function?
This is the default result:
server.init(context, (err, app)=> {
This is the required result:
server.init(context, (err, app) => {
Please sign in to leave a comment.
Not currently possible, please vote for https://youtrack.jetbrains.com/issue/WEB-19585 to be notified on any progress with this feature