Skip to content

Commit 3a2b531

Browse files
committed
Upgrade typescript and eslint-typescript
1 parent 8488f5f commit 3a2b531

File tree

3 files changed

+121
-152
lines changed

3 files changed

+121
-152
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"eqeqeq": "error",
1212
"func-names": "error",
1313
"prettier/prettier": ["error"],
14-
"@typescript-eslint/naming-convention": "error",
1514
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
1615
"@typescript-eslint/no-non-null-assertion": "error",
1716
"@typescript-eslint/consistent-type-exports": "error",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
"@types/mocha": "^10.0.1",
8888
"@types/node": "16.x",
8989
"@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",
9292
"@vscode/test-electron": "^1.6.2",
9393
"@vscode/test-web": "^0.0.34",
9494
"esbuild": "^0.14.8",
@@ -98,7 +98,7 @@
9898
"glob": "^7.1.7",
9999
"mocha": "^10.2.0",
100100
"prettier": "^3.0.1",
101-
"typescript": "<4.6.0",
101+
"typescript": "^5.1.6",
102102
"vsce": "^2.11.0"
103103
},
104104
"contributes": {

0 commit comments

Comments
 (0)