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 = {
1010 'plugin:vue-libs/recommended' ,
1111 'plugin:prettier/recommended' ,
1212 'plugin:markdown/recommended' ,
13- 'prettier' ,
14- 'prettier/vue'
13+ 'prettier'
1514 ] ,
1615 plugins : [ '@typescript-eslint' ] ,
1716 parserOptions : {
@@ -24,10 +23,7 @@ module.exports = {
2423 overrides : [
2524 {
2625 files : [ '*.ts' ] ,
27- extends : [
28- 'plugin:@typescript-eslint/recommended' ,
29- 'prettier/@typescript-eslint'
30- ] ,
26+ extends : [ 'plugin:@typescript-eslint/recommended' ] ,
3127 parser : 'vue-eslint-parser' ,
3228 parserOptions : {
3329 parser : '@typescript-eslint/parser'
Original file line number Diff line number Diff line change 5151 "@typescript-eslint/eslint-plugin" : " ^4.10.0" ,
5252 "@typescript-eslint/parser" : " ^4.10.0" ,
5353 "eslint" : " ^5.15.0 || ^6.0.0 || ^7.0.0" ,
54- "eslint-config-prettier" : " ^7 .0.0" ,
54+ "eslint-config-prettier" : " ^8 .0.0" ,
5555 "eslint-plugin-markdown" : " ^2.0.0" ,
5656 "eslint-plugin-prettier" : " ^3.1.4" ,
5757 "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:
42844284 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
42854285 integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
42864286
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 ==
42914291
42924292eslint-plugin-markdown@^2.0.0 :
42934293 version "2.0.0"
You can’t perform that action at this time.
0 commit comments