This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-config-prettier | dependencies | major | ^9.0.0 -> ^10.0.0 |
v10.1.1
#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
v10.0.3
#294 8dbbd6d
Thanks @FloEdelmann! - feat: add name to config
#280 cba5737
Thanks @zanminkian! - feat: add declaration file
v10.0.2
v10.0.1
@stylistic/eslint-plugin
by @abrahamguo 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
v10.0.0
5be64be
Thanks @abrahamguo! - add support for @stylistic formatting rulesThis MR has been generated by Renovate Bot.