prettier / prettier-eslint

Code :arrow_right: prettier :arrow_right: eslint --fix :arrow_right: Formatted Code :sparkles:
http://npm.im/prettier-eslint
MIT License
3.96k stars 171 forks source link

prettier-eslint default trailingComma is not the same as Prettier v3 default trailingComma #966

Closed PooSham closed 1 month ago

PooSham commented 3 months ago

Versions:

Problem description: This already happened with Prettier 2 update. This time, the default value for trailingComma is "all" instead of "es5".

Suggested solution: If it's possible to solve it so that it follows the prettier default automatically, that would be great. If that's not possible, I guess the solution is simply to update the settings.

github-actions[bot] commented 1 month ago

Stale issue