File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ module.exports = {
10
10
'plugin:vue-libs/recommended' ,
11
11
'plugin:prettier/recommended' ,
12
12
'plugin:markdown/recommended' ,
13
- 'prettier' ,
14
- 'prettier/vue'
13
+ 'prettier'
15
14
] ,
16
15
plugins : [ '@typescript-eslint' ] ,
17
16
parserOptions : {
@@ -24,10 +23,7 @@ module.exports = {
24
23
overrides : [
25
24
{
26
25
files : [ '*.ts' ] ,
27
- extends : [
28
- 'plugin:@typescript-eslint/recommended' ,
29
- 'prettier/@typescript-eslint'
30
- ] ,
26
+ extends : [ 'plugin:@typescript-eslint/recommended' ] ,
31
27
parser : 'vue-eslint-parser' ,
32
28
parserOptions : {
33
29
parser : '@typescript-eslint/parser'
Original file line number Diff line number Diff line change 51
51
"@typescript-eslint/eslint-plugin" : " ^4.10.0" ,
52
52
"@typescript-eslint/parser" : " ^4.10.0" ,
53
53
"eslint" : " ^5.15.0 || ^6.0.0 || ^7.0.0" ,
54
- "eslint-config-prettier" : " ^7 .0.0" ,
54
+ "eslint-config-prettier" : " ^8 .0.0" ,
55
55
"eslint-plugin-markdown" : " ^2.0.0" ,
56
56
"eslint-plugin-prettier" : " ^3.1.4" ,
57
57
"eslint-plugin-vue-libs" : " ^3.0.0 || ^4.0.0" ,
Original file line number Diff line number Diff line change @@ -4284,10 +4284,10 @@ escape-string-regexp@^2.0.0:
4284
4284
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
4285
4285
integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
4286
4286
4287
- eslint-config-prettier@^7 .0.0 :
4288
- version "7 .0.0"
4289
- resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7 .0.0.tgz#c1ae4106f74e6c0357f44adb076771d032ac0e97 "
4290
- integrity sha512-8Y8lGLVPPZdaNA7JXqnvETVC7IiVRgAP6afQu9gOQRn90YY3otMNh+x7Vr2vMePQntF+5erdSUBqSzCmU/AxaQ ==
4287
+ eslint-config-prettier@^8 .0.0 :
4288
+ version "8 .0.0"
4289
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8 .0.0.tgz#024d661444319686c588c8849c8da33815dbdb1c "
4290
+ integrity sha512-5EaAVPsIHu+grmm5WKjxUia4yHgRrbkd8I0ffqUSwixCPMVBrbS97UnzlEY/Q7OWo584vgixefM0kJnUfo/VjA ==
4291
4291
4292
4292
eslint-plugin-markdown@^2.0.0 :
4293
4293
version "2.0.0"
You can’t perform that action at this time.
0 commit comments