Releases: prettier/eslint-plugin-prettier
Releases · prettier/eslint-plugin-prettier
v.5.1.0
Minor Changes
-
#616
3856413
Thanks @BPScott! - Add recommended config for the flat config format.If you are using flat config, import the recommended config from
eslint-plugin-prettier/recommended
. Like the legacy format recommended config, this automatically includes the contents ofeslint-config-prettier
.// eslint.config.js const eslintPluginPrettierRecommended = require('eslint-plugin-prettier/recommended'); module.exports = [ // Any other config imports go at the top eslintPluginPrettierRecommended, ];
Patch Changes
-
#614
5270877
Thanks @BPScott! - Add meta block to plugin. This improves debugging and cachebusting when using the new flat config -
#603
a63a570
Thanks @filiptammergard! - fix: specifyeslint-config-prettier
as peer dependencyIt's already added to
peerDependenciesMeta
as optional, which means it should also be specified inpeerDependencies
.
New Contributors
- @filiptammergard made their first contribution in #594
Full Changelog: v5.0.1...v5.1.0
v5.0.1
What's Changed
- fix:
parserPath
type might beundefined
on Eslint Flat Config by @krist7599555 in #588
New Contributors
- @krist7599555 made their first contribution in #588
Full Changelog: v5.0.0...v5.0.1
v5.0.0
v5.0.0-alpha.0
v4.2.1
v4.2.0
v4.1.0
v4.1.0 (2022-06-27)
- feat: skip processing code blocks on specific languages like
stylelint-prettier
(#415) (52eec48) - build(deps): Bump minimist from 1.2.5 to 1.2.6 (#464) (42bfe88)
- build(deps-dev): Bump graphql from 15.5.1 to 15.7.2 (#442) (0158640)
- build(deps-dev): Bump @graphql-eslint/eslint-plugin from 2.3.0 to 2.4.0 (#444) (4bcaca2)
- chore(CI): add tests for ESLint 8 (#428) (f3713be)
- README.md: HTTP => HTTPS (#443) (44e1478)