eslint:recommended
to a separate recommended
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]
.
@typescript-eslint
and standard
configs, so that this config can be used in combination with @vue/typescript/recommended
or @vue/standard
(939f722)eslint
, prettier
and eslint-plugin-prettier
are now peerDependencies
, to better conform to the plugin loading mechanism of eslint (aec6c5c)eslint-config-prettier/vue
, disable eslint-plugin-vue
rules that are not compatible with prettier