File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module.exports = {
19
19
'plugin:@typescript-eslint/recommended' ,
20
20
'plugin:@typescript-eslint/eslint-recommended' ,
21
21
'plugin:prettier/recommended' ,
22
- 'prettier/@typescript-eslint '
22
+ 'prettier'
23
23
] ,
24
24
plugins : [ '@typescript-eslint' ] ,
25
25
parser : 'vue-eslint-parser' ,
Original file line number Diff line number Diff line change 74
74
"convert-hrtime" : " ^3.0.0" ,
75
75
"cross-env" : " ^7.0.2" ,
76
76
"eslint" : " ^7.16.0" ,
77
- "eslint-config-prettier" : " ^7 .0.0" ,
77
+ "eslint-config-prettier" : " ^8 .0.0" ,
78
78
"eslint-plugin-prettier" : " ^3.1.2" ,
79
79
"eslint-plugin-vue" : " ^7.4.0" ,
80
80
"eslint-plugin-vue-libs" : " ^4.0.0" ,
Original file line number Diff line number Diff line change @@ -3441,10 +3441,10 @@ escodegen@^1.14.1:
3441
3441
optionalDependencies :
3442
3442
source-map "~0.6.1"
3443
3443
3444
- eslint-config-prettier@^7 .0.0 :
3445
- version "7 .0.0"
3446
- resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7 .0.0.tgz#c1ae4106f74e6c0357f44adb076771d032ac0e97 "
3447
- integrity sha512-8Y8lGLVPPZdaNA7JXqnvETVC7IiVRgAP6afQu9gOQRn90YY3otMNh+x7Vr2vMePQntF+5erdSUBqSzCmU/AxaQ ==
3444
+ eslint-config-prettier@^8 .0.0 :
3445
+ version "8 .0.0"
3446
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8 .0.0.tgz#024d661444319686c588c8849c8da33815dbdb1c "
3447
+ integrity sha512-5EaAVPsIHu+grmm5WKjxUia4yHgRrbkd8I0ffqUSwixCPMVBrbS97UnzlEY/Q7OWo584vgixefM0kJnUfo/VjA ==
3448
3448
3449
3449
eslint-plugin-prettier@^3.1.2 :
3450
3450
version "3.3.0"
You can’t perform that action at this time.
0 commit comments