8.0.0 (2023-07-20)
- Upgraded to Prettier v3; please check out the Prettier release blog for more details
- Requires Node.js >= v14
- Requires ESLint >= v8
7.1.0 (2023-02-21)
- Added a
skip-formatting
ruleset b5933a9
7.0.0 (2021-12-23)
- Updated the dependencies and simplified the usage
- We now recommend using this package along with
@rushstack/eslint-patch
6.0.0 (2019-11-18)
- feat!: move
eslint:recommended
to a separaterecommended
config, fixes #3. (de7a518)
eslint:recommended
is no longer included in the default configuration.
Users of old versions need to update their extends
to use @vue/prettier/recommended
, or ['eslint:recommended', '@vue/prettier]
.
5.1.0 (2019-11-17)
- Re-exports
@typescript-eslint
andstandard
configs, so that this config can be used in combination with@vue/typescript/recommended
or@vue/standard
(939f722)
5.0.0 (2019-07-22)
- 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)
4.0.1 (2018-11-12)
- Also extend
eslint-config-prettier/vue
, disableeslint-plugin-vue
rules that are not compatible withprettier
4.0.0 (2018-10-31)
- Update base configs and plugins, now requires ESLint v5 as a peer dependency