File tree Expand file tree Collapse file tree 3 files changed +123
-171
lines changed Expand file tree Collapse file tree 3 files changed +123
-171
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,14 @@ module.exports = {
8
8
jest : true
9
9
} ,
10
10
extends : [
11
- 'plugin:vue-libs/recommended' ,
12
11
'plugin:@typescript-eslint/recommended' ,
13
12
'plugin:@typescript-eslint/eslint-recommended' ,
14
13
'plugin:prettier/recommended' ,
15
14
'prettier'
16
15
] ,
17
16
plugins : [ '@typescript-eslint' ] ,
18
- parser : 'vue -eslint- parser' ,
17
+ parser : '@typescript -eslint/ parser' ,
19
18
parserOptions : {
20
- parser : '@typescript-eslint/parser' ,
21
19
sourceType : 'module'
22
20
} ,
23
21
rules : {
Original file line number Diff line number Diff line change 49
49
"@types/node" : " ^16.10.3" ,
50
50
"@types/sinon" : " ^10.0.4" ,
51
51
"@types/yargs" : " ^17.0.3" ,
52
- "@typescript-eslint/eslint-plugin" : " ^4.32 .0" ,
53
- "@typescript-eslint/parser" : " ^4.32 .0" ,
52
+ "@typescript-eslint/eslint-plugin" : " ^5.0 .0" ,
53
+ "@typescript-eslint/parser" : " ^5.0 .0" ,
54
54
"api-docs-gen" : " ^0.3.0" ,
55
- "eslint" : " ^7.32 .0" ,
55
+ "eslint" : " ^8.0 .0" ,
56
56
"eslint-config-prettier" : " ^8.3.0" ,
57
57
"eslint-plugin-prettier" : " ^4.0.0" ,
58
- "eslint-plugin-vue-libs" : " ^4.0.0" ,
59
58
"jiti" : " ^1.12.6" ,
60
59
"lint-staged" : " ^11.0.0" ,
61
60
"mocha" : " ^9.1.2" ,
You can’t perform that action at this time.
0 commit comments