# eslint-config-prettier changelog > Turns off the ESLint rules that conflict with Prettier. - Vendor: Prettier - Category: Developer Tools - Official site: https://github.com/prettier/eslint-config-prettier - Tracked by: What's New (https://whatsnew.fyi/product/eslint-config-prettier) - Harvested from: GitHub (prettier/eslint-config-prettier) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## Releases ### v10.1.8 - Date: 2025-07-18 - Version: v10.1.8 - Original notes: https://github.com/prettier/eslint-config-prettier/releases/tag/v10.1.8 - Permalink: https://whatsnew.fyi/product/eslint-config-prettier/releases/v10.1.8 republish latest version **Full Changelog**: https://github.com/prettier/eslint-config-prettier/compare/v10.1.5...v10.1.8 ### v10.1.5 - Date: 2025-05-09 - Version: v10.1.5 - Original notes: https://github.com/prettier/eslint-config-prettier/releases/tag/v10.1.5 - Permalink: https://whatsnew.fyi/product/eslint-config-prettier/releases/v10.1.5 ###### Patch Changes - [#332](https://github.com/prettier/eslint-config-prettier/pull/332) [`60fef02`](https://github.com/prettier/eslint-config-prettier/commit/60fef02574467d31d10ff47ecb567d378483c9d4) Thanks @JounQin! - chore: add `funding` field into `package.json` **Full Changelog**: https://github.com/prettier/eslint-config-prettier/compare/v10.1.4...v10.1.5 ### v10.1.4 - Date: 2025-05-09 - Version: v10.1.4 - Original notes: https://github.com/prettier/eslint-config-prettier/releases/tag/v10.1.4 - Permalink: https://whatsnew.fyi/product/eslint-config-prettier/releases/v10.1.4 - **fixed** — Prevent CLI from crashing when no rules are configured ###### Patch Changes - [#328](https://github.com/prettier/eslint-config-prettier/pull/328) [`94b4799`](https://github.com/prettier/eslint-config-prettier/commit/94b47999e7eb13b703835729331376cef598b850) Thanks @silvenon! - fix(cli): do not crash on no rules configured **Full Changelog**: https://github.com/prettier/eslint-config-prettier/compare/v10.1.3...v10.1.4 ### v10.1.3 - Date: 2025-05-07 - Version: v10.1.3 - Original notes: https://github.com/prettier/eslint-config-prettier/releases/tag/v10.1.3 - Permalink: https://whatsnew.fyi/product/eslint-config-prettier/releases/v10.1.3 - **fixed** — Align package types correctly for commonjs module ###### Patch Changes - [#325](https://github.com/prettier/eslint-config-prettier/pull/325) [`4e95a1d`](https://github.com/prettier/eslint-config-prettier/commit/4e95a1d50073f1a24f004239ad6e1a4ffa8476df) Thanks @pilikan! - fix: this package is `commonjs`, align its types correctly ###### New Contributors * @pilikan made their first contribution in https://github.com/prettier/eslint-config-prettier/pull/325 **Full Changelog**: https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3 ### v10.1.2 - Date: 2025-04-10 - Version: v10.1.2 - Original notes: https://github.com/prettier/eslint-config-prettier/releases/tag/v10.1.2 - Permalink: https://whatsnew.fyi/product/eslint-config-prettier/releases/v10.1.2 - **changed** — Add homepage field to package.json for third-party registry compatibility ###### Patch Changes - [#321](https://github.com/prettier/eslint-config-prettier/pull/321) [`a8768bf`](https://github.com/prettier/eslint-config-prettier/commit/a8768bfe54a91d08f0cef8705f91de2883436bb0) Thanks [@Fdawgs](https://github.com/Fdawgs)! - chore(package): add homepage for some 3rd-party registry - see [#321](https://github.com/prettier/eslint-config-prettier/pull/321) for more details ### v10.1.1 - Date: 2025-03-07 - Version: v10.1.1 - Original notes: https://github.com/prettier/eslint-config-prettier/releases/tag/v10.1.1 - Permalink: https://whatsnew.fyi/product/eslint-config-prettier/releases/v10.1.1 - **fixed** — Separate the /flat entry for compatibility with config-inspector by adding a name property to the flat config entry ###### Patch Changes - [#309](https://github.com/prettier/eslint-config-prettier/pull/309) [`eb56a5e`](https://github.com/prettier/eslint-config-prettier/commit/eb56a5e09964e49045bccde3c616275eb0a0902d) Thanks [@JounQin](https://github.com/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](https://eslint.org/blog/2024/04/eslint-config-inspector/), we just can't add it for the default entry for compatibility. See also ```ts // before import eslintConfigPrettier from "eslint-config-prettier"; // after import eslintConfigPrettier from "eslint-config-prettier/flat"; ``` ### v10.1.0 - Date: 2025-03-07 - Version: v10.1.0 - Original notes: https://github.com/prettier/eslint-config-prettier/releases/tag/v10.1.0 - Permalink: https://whatsnew.fyi/product/eslint-config-prettier/releases/v10.1.0 - **changed** — Migrate to exports field ###### Minor Changes - [#306](https://github.com/prettier/eslint-config-prettier/pull/306) [`56e2e34`](https://github.com/prettier/eslint-config-prettier/commit/56e2e3466391d0fdfc200e42130309c687aaab53) Thanks [@JounQin](https://github.com/JounQin)! - feat: migrate to exports field ### v10.0.3 - Date: 2025-03-07 - Version: v10.0.3 - Original notes: https://github.com/prettier/eslint-config-prettier/releases/tag/v10.0.3 - Permalink: https://whatsnew.fyi/product/eslint-config-prettier/releases/v10.0.3 - **added** — Add name to config - **added** — Add declaration file ###### Patch Changes - [#294](https://github.com/prettier/eslint-config-prettier/pull/294) [`8dbbd6d`](https://github.com/prettier/eslint-config-prettier/commit/8dbbd6d70b8a56cdfa4ea4e185d3699d5729b38e) Thanks @FloEdelmann! - feat: add name to config - [#280](https://github.com/prettier/eslint-config-prettier/pull/280) [`cba5737`](https://github.com/prettier/eslint-config-prettier/commit/cba57377e4c86d20d17042d6999eabc754fddc03) Thanks @zanminkian! - feat: add declaration file ###### New Contributors * @zanminkian made their first contribution in https://github.com/prettier/eslint-config-prettier/pull/280 * @FloEdelmann made their first contribution in https://github.com/prettier/eslint-config-prettier/pull/294 **Full Changelog**: https://github.com/prettier/eslint-config-prettier/compare/v10.0.2...v10.0.3 ### v10.0.2 - Date: 2025-02-26 - Version: v10.0.2 - Original notes: https://github.com/prettier/eslint-config-prettier/releases/tag/v10.0.2 - Permalink: https://whatsnew.fyi/product/eslint-config-prettier/releases/v10.0.2 - **changed** — Explicitly declare js module type in package configuration ###### Patch Changes - [#299](https://github.com/prettier/eslint-config-prettier/pull/299) [`e750edc`](https://github.com/prettier/eslint-config-prettier/commit/e750edc530c816e0b3ffabfab1f4e46532bccbfe) Thanks [@Fdawgs](https://github.com/Fdawgs)! - chore(package): explicitly declare js module type ### v10.0.1 - Date: 2025-01-13 - Version: v10.0.1 - Original notes: https://github.com/prettier/eslint-config-prettier/releases/tag/v10.0.1 - Permalink: https://whatsnew.fyi/product/eslint-config-prettier/releases/v10.0.1 - **added** — Support for @stylistic/eslint-plugin #### eslint-config-prettier ##### 10.0.1 ##### What's Changed * chore: migrate to changeset for automatically releasing by @JounQin in https://github.com/prettier/eslint-config-prettier/pull/278 * add support for `@stylistic/eslint-plugin` by @abrahamguo in https://github.com/prettier/eslint-config-prettier/pull/272 ##### New Contributors * @JounQin made their first contribution in https://github.com/prettier/eslint-config-prettier/pull/278 * @abrahamguo made their first contribution in https://github.com/prettier/eslint-config-prettier/pull/272 **Full Changelog**: https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.1