Skip to content

Releases: prettier/prettier-eslint

v16.1.1

14 Oct 07:45
7a896fc

Choose a tag to compare

Patch Changes

  • #940 b66a73a Thanks @JounQin! - fix: @changesets/cli and @types/eslint should be devDependencies

v16.1.0

14 Oct 06:42
696254f

Choose a tag to compare

Minor Changes

v16.0.0

14 Oct 03:44
3a61551

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v15.0.1...v16.0.0

v15.0.1

26 May 17:42
d6ef389

Choose a tag to compare

15.0.1 (2022-05-26)

Bug Fixes

  • docs: Change the return type of format function (docs & types) (#751) (d6ef389)

v15.0.0

15 May 09:33
26a574c

Choose a tag to compare

15.0.0 (2022-05-15)

chore

  • prettier: Take Prettier 2.4.0's jsxBracketSameLine → bracketSameLine (#749) (26a574c)

BREAKING CHANGES

  • prettier: Support Prettier 2.4.0+

v14.1.0

14 May 20:03
b271486

Choose a tag to compare

14.1.0 (2022-05-14)

Features

v14.0.3

11 May 16:04
3746d67

Choose a tag to compare

14.0.3 (2022-05-11)

Bug Fixes

  • 🐛 Support 'overrideConfigFile' option for ESLint (#745) (3746d67)

v14.0.2

27 Apr 22:35
c425280

Choose a tag to compare

14.0.2 (2022-04-27)

Bug Fixes

  • 🚑 Fix invalid ESLint configuration error (#735) (c425280)

v14.0.1

23 Apr 23:23
ba7cb88

Choose a tag to compare

14.0.1 (2022-04-23)

Bug Fixes

v14.0.0

21 Apr 14:59

Choose a tag to compare

14.0.0 (2022-04-21)

Continuous Integration

  • GitHub: 💚 Use HTTPs for npm publish (#724) (a1e51e8)

Features

BREAKING CHANGES

  • Only works with ESLint 8. ESLint 8 API changes caused the format function to now be asynchronous.