v9.1.5
Update dependency eslint-config-prettier to v10
Notable changes
- #309
eb56a5eThanks @JounQin! - fix: separate the/flatentry for compatibility - #306
56e2e34Thanks @JounQin! - feat: migrate to exports field - #294
8dbbd6dThanks @FloEdelmann! - feat: add name to config - #280
cba5737Thanks @zanminkian! - feat: add declaration file - #299
e750edcThanks @Fdawgs! - chore(package): explicitly declare js module type - chore: migrate to changeset for automatically releasing by @JounQin in https://github.com/prettier/eslint-config-prettier/pull/278
- add support for
@stylistic/eslint-pluginby @abrahamguo in https://github.com/prettier/eslint-config-prettier/pull/272 - @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
- #272
5be64beThanks @abrahamguo! - add support for @stylistic formatting rules
prettier/eslint-config-prettier (eslint-config-prettier)
v10.1.1
Patch Changes
-
#309
eb56a5eThanks @JounQin! - fix: separate the/flatentry for compatibilityFor flat config users, the previous
"eslint-config-prettier"entry still works, but"eslint-config-prettier/flat"adds a newnameproperty 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
Minor Changes
v10.0.3
Patch Changes
-
#294
8dbbd6dThanks @FloEdelmann! - feat: add name to config -
#280
cba5737Thanks @zanminkian! - feat: add declaration file
v10.0.2
Patch Changes
v10.0.1
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-pluginby @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: prettier/eslint-config-prettier@v9.1.0...v10.0.1
v10.0.0
Major Changes
- #272
5be64beThanks @abrahamguo! - add support for @stylistic formatting rules
List of commits
f8b53eb (Update dependency eslint-config-prettier to v10, 2025-03-19)