You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat!: move eslint:recommended to a separate recommended config
BREAKING CHANGE:
`eslint:recommended` is no longer included in the default
configuration. Users of the old version need to update their `extends`
to use `@vue/prettier/recommended`, or
`['eslint:recommended', '@vue/prettier]`.
Fixes#3
0 commit comments