prettier / eslint-config-prettier

Turns off all rules that are unnecessary or might conflict with Prettier.
MIT License
5.34k stars 251 forks source link

max-statements-per-line #262

Closed Zamiell closed 11 months ago

Zamiell commented 11 months ago

Should max-statements-per-line be included in the config? Prettier does seem to put each statement on a new line. For example, see this Playground link.

lydell commented 11 months ago

Looking at https://eslint.org/docs/latest/rules/max-statements-per-line, it does indeed look unnecessary with Prettier! 👍

Zamiell commented 11 months ago

Do you want me to submit a PR?

lydell commented 11 months ago

Yes, that would be nice!

lydell commented 11 months ago

Thank you! Released in v8.10.0.