File tree 5 files changed +34
-2
lines changed
5 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 13
13
},
14
14
"extends" : [
15
15
" eslint:recommended" ,
16
- " plugin:vue/vue3-recommended"
16
+ " plugin:vue/vue3-recommended" ,
17
+ " prettier"
17
18
]
18
- }
19
+ }
Original file line number Diff line number Diff line change
1
+ # Ignore artifacts:
2
+ build
3
+ coverage
4
+ public
Original file line number Diff line number Diff line change
1
+ {
2
+ "printWidth" : 120
3
+ }
Original file line number Diff line number Diff line change 118
118
"core-js" : " 3.29.1" ,
119
119
"deepmerge" : " ^4.2.2" ,
120
120
"eslint" : " ^8.36.0" ,
121
+ "eslint-config-prettier" : " 8.8.0" ,
121
122
"eslint-plugin-vue" : " ^9.9.0" ,
122
123
"file-loader" : " ^6.2.0" ,
123
124
"postcss" : " ^8.4.21" ,
124
125
"postcss-loader" : " ^7.0.2" ,
125
126
"postcss-prefix-selector" : " ^1.16.0" ,
127
+ "prettier" : " 2.8.8" ,
126
128
"purgecss-webpack-plugin" : " ^4.1.3" ,
127
129
"sass" : " ^1.59.3" ,
128
130
"sass-loader" : " ^13.2.0" ,
Original file line number Diff line number Diff line change @@ -3681,6 +3681,7 @@ __metadata:
3681
3681
easy-pie-chart : ^2.1.7
3682
3682
easytimer.js : ^1.3.2
3683
3683
eslint : ^8.36.0
3684
+ eslint-config-prettier : 8.8.0
3684
3685
eslint-plugin-vue : ^9.9.0
3685
3686
file-loader : ^6.2.0
3686
3687
flag-icons : ^6.6.6
@@ -3717,6 +3718,7 @@ __metadata:
3717
3718
postcss : ^8.4.21
3718
3719
postcss-loader : ^7.0.2
3719
3720
postcss-prefix-selector : ^1.16.0
3721
+ prettier : 2.8.8
3720
3722
pretty-bytes : ^5.6.0
3721
3723
primeflex : ^3.3.0
3722
3724
primeicons : ^6.0.1
@@ -4744,6 +4746,17 @@ __metadata:
4744
4746
languageName : node
4745
4747
linkType : hard
4746
4748
4749
+ " eslint-config-prettier@npm:8.8.0 " :
4750
+ version : 8.8.0
4751
+ resolution : " eslint-config-prettier@npm:8.8.0"
4752
+ peerDependencies :
4753
+ eslint : " >=7.0.0"
4754
+ bin :
4755
+ eslint-config-prettier : bin/cli.js
4756
+ checksum : 1e94c3882c4d5e41e1dcfa2c368dbccbfe3134f6ac7d40101644d3bfbe3eb2f2ffac757f3145910b5eacf20c0e85e02b91293d3126d770cbf3dc390b3564681c
4757
+ languageName : node
4758
+ linkType : hard
4759
+
4747
4760
" eslint-plugin-vue@npm:^9.9.0 " :
4748
4761
version : 9.9.0
4749
4762
resolution : " eslint-plugin-vue@npm:9.9.0"
@@ -7969,6 +7982,15 @@ __metadata:
7969
7982
languageName : node
7970
7983
linkType : hard
7971
7984
7985
+ " prettier@npm:2.8.8 " :
7986
+ version : 2.8.8
7987
+ resolution : " prettier@npm:2.8.8"
7988
+ bin :
7989
+ prettier : bin-prettier.js
7990
+ checksum : b49e409431bf129dd89238d64299ba80717b57ff5a6d1c1a8b1a28b590d998a34e083fa13573bc732bb8d2305becb4c9a4407f8486c81fa7d55100eb08263cf8
7991
+ languageName : node
7992
+ linkType : hard
7993
+
7972
7994
" pretty-bytes@npm:^5.6.0 " :
7973
7995
version : 5.6.0
7974
7996
resolution : " pretty-bytes@npm:5.6.0"
You can’t perform that action at this time.
0 commit comments