Releases: vuejs/eslint-config-prettier
Releases · vuejs/eslint-config-prettier
v10.1.0
v10.0.0
What's Changed
- Added support for ESLint Flat Config #22
- Dropped support for the legacy
.eslintrc*
configuration format. If you need that, please stay on version 9, which is also tagged as@vue/eslint-config-prettier@legacy-eslintrc
.
Full Changelog: v9.0.0...v10.0.0
v9.0.0
Breaking Changes
- Update eslint-config-prettier to v9 by @WikiRik in #18, which contains the following potential breaking change:
Changed: unicode-bom is no longer turned off. Prettier preserves the BOM if you have one, and does not add one if missing. It was wrong of eslint-config-prettier to disable that rule. If you get ESLint errors after upgrading, either add "unicode-bom": "off" to your config to disable it again, or run ESLint with --fix to fix all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien (@nstepien)!
v8.0.0
Breaking Changes
- Upgraded to Prettier v3; please check out the Prettier release blog for more details
- Requires Node.js >= v14
- Requires ESLint >= v8
v7.1.0
v7.0.0
- Updated the dependencies and simplified the usage
- We now recommend using this package along with
@rushstack/eslint-patch
v6.0.0
v5.1.0
v5.0.0
Breaking Changes
- Update eslint-config-prettier to v6.0.0 (0e0712f)
eslint
,prettier
andeslint-plugin-prettier
are nowpeerDependencies
, to better conform to the plugin loading mechanism of eslint (aec6c5c)