File tree Expand file tree Collapse file tree 3 files changed +121
-152
lines changed Expand file tree Collapse file tree 3 files changed +121
-152
lines changed Original file line number Diff line number Diff line change 11
11
"eqeqeq": "error",
12
12
"func-names": "error",
13
13
"prettier/prettier": ["error"],
14
- "@typescript-eslint/naming-convention": "error",
15
14
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
16
15
"@typescript-eslint/no-non-null-assertion": "error",
17
16
"@typescript-eslint/consistent-type-exports": "error",
Original file line number Diff line number Diff line change 87
87
"@types/mocha" : " ^10.0.1" ,
88
88
"@types/node" : " 16.x" ,
89
89
"@types/vscode" : " ^1.63.0" ,
90
- "@typescript-eslint/eslint-plugin" : " ^5.1.0 " ,
91
- "@typescript-eslint/parser" : " ^5.1.0 " ,
90
+ "@typescript-eslint/eslint-plugin" : " ^6.2.1 " ,
91
+ "@typescript-eslint/parser" : " ^6.2.1 " ,
92
92
"@vscode/test-electron" : " ^1.6.2" ,
93
93
"@vscode/test-web" : " ^0.0.34" ,
94
94
"esbuild" : " ^0.14.8" ,
98
98
"glob" : " ^7.1.7" ,
99
99
"mocha" : " ^10.2.0" ,
100
100
"prettier" : " ^3.0.1" ,
101
- "typescript" : " <4.6.0 " ,
101
+ "typescript" : " ^5.1.6 " ,
102
102
"vsce" : " ^2.11.0"
103
103
},
104
104
"contributes" : {
You can’t perform that action at this time.
0 commit comments