Releases: Graham42/prettier-config
Releases · Graham42/prettier-config
v3.0.0
✨ Features
This package will now also set up:
- A
.gitignore
file if one doesn't exist using the Node gitignore template - VS Code project settings to format on save using Prettier
- Some VS Code whitespace settings for better git diffs
- The VS Code Prettier extension as a recommended workspace extension to help new contributors to your project get up and running
⚠️ Breaking Changes
- The npm script
lint:format
has been renamed tocheck:format
- The
es5
export has been deleted - Support for Node.js versions older than 14 has been dropped
⬆️ Upgrading
To upgrade to this version and get the updated config setup, run
npx @graham42/prettier-config@^3