File tree Expand file tree Collapse file tree 3 files changed +115
-85
lines changed Expand file tree Collapse file tree 3 files changed +115
-85
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ module.exports = {
88 jsx : true ,
99 } ,
1010 } ,
11+ env : {
12+ jest : true
13+ } ,
1114 extends : [
1215 '@vue/typescript/recommended' ,
1316 '@vue/prettier' ,
1417 '@vue/prettier/@typescript-eslint' ,
1518 'eslint:recommended' ,
16- 'plugin:vue/vue3-essential' ,
1719 'plugin:vue/vue3-recommended' ,
1820 ] ,
1921 rules : {
Original file line number Diff line number Diff line change 5050 "@typescript-eslint/eslint-plugin" : " ^4.33.0" ,
5151 "@typescript-eslint/parser" : " ^4.33.0" ,
5252 "@vue/compiler-sfc" : " ^3.2.19" ,
53+ "@vue/eslint-config-prettier" : " ^6.0.0" ,
54+ "@vue/eslint-config-typescript" : " ^7.0.0" ,
5355 "@vue/server-renderer" : " ^3.2.19" ,
5456 "@vue/test-utils" : " ^2.0.0-0" ,
5557 "@vuepress/plugin-toc" : " ^2.0.0-beta.24" ,
You can’t perform that action at this time.
0 commit comments