Prettier removes empty lines in jsx after upgrading to react-scripts v4 #9900
-
Prettier removes empty lines in jsx after upgrading to react-scripts v4 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@CyanoFresh Create react app doesn't include prettier or specify a prettier version. Prettier does maintain a changelog though, you can find it here: https://github.com/prettier/prettier/blob/master/CHANGELOG.md |
Beta Was this translation helpful? Give feedback.
@CyanoFresh Create react app doesn't include prettier or specify a prettier version.
Prettier is installed independently https://create-react-app.dev/docs/setting-up-your-editor/#formatting-code-automatically and the version is specified by the adopter (you), so it isn't a part of CRA's changelog, because it isn't a part of CRA.
Prettier does maintain a changelog though, you can find it here: https://github.com/prettier/prettier/blob/master/CHANGELOG.md