Skip to content

Releases: Graham42/prettier-config

v3.0.0

25 May 17:51
Compare
Choose a tag to compare

✨ 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

v2.0.0

20 Oct 00:41
Compare
Choose a tag to compare
  • Upgrade to peer dependency of prettier 2.x.
  • Setup now inlines config reasoning instead of referencing this module.

To upgrade to this version and gain the new config setup, run

npm uninstall @graham42/prettier-config
npx @graham42/prettier-config@^2.0.0