StandardJS (based on eslint) uses special comments like
function ClassName () { // eslint-disable-line no-unused-vars
That can not be broken down to the next line - even with long ClassNames. How can I prevent prettier from breaking the comment to the next line?