Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@Graham42 Graham42 released this 25 May 17:51
· 13 commits to main since this release

✨ 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 to check: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