Skip to content

Releases: prettier/eslint-config-prettier

v10.1.1

07 Mar 09:51
f12309b
Compare
Choose a tag to compare

Patch Changes

  • #309 eb56a5e Thanks @JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also #308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

v10.1.0

07 Mar 07:12
2c6f80e
Compare
Choose a tag to compare

Minor Changes

v10.0.3

07 Mar 06:50
c27e785
Compare
Choose a tag to compare

Patch Changes

New Contributors

Full Changelog: v10.0.2...v10.0.3

v10.0.2

26 Feb 13:51
e2015cd
Compare
Choose a tag to compare

Patch Changes

v10.0.1

13 Jan 14:37
c5170f0
Compare
Choose a tag to compare

eslint-config-prettier

10.0.1

What's Changed

  • chore: migrate to changeset for automatically releasing by @JounQin in #278
  • add support for @stylistic/eslint-plugin by @abrahamguo in #272

New Contributors

Full Changelog: v9.1.0...v10.0.1

v10.0.0

13 Jan 14:35
f6216ce
Compare
Choose a tag to compare

Major Changes