Skip to content

Commit

Permalink
fix(generator): upgrade to prettier v2 (#6020)
Browse files Browse the repository at this point in the history
Fixes: #5956
  • Loading branch information
jeneser committed Nov 26, 2020
1 parent 746540b commit 83773ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-eslint/eslintDeps.js
Expand Up @@ -10,7 +10,7 @@ const DEPS_MAP = {
prettier: {
'@vue/eslint-config-prettier': '^6.0.0',
'eslint-plugin-prettier': '^3.1.3',
prettier: '^1.19.1'
prettier: '^2.1.2'
},
standard: {
'@vue/eslint-config-standard': '^5.1.2',
Expand Down

0 comments on commit 83773ae

Please sign in to comment.