I have a problem with prettier configuration. have something like this:
text .split(\' \') .reduce((x, y) => x.length > y.length ? x : y ).length;