Skip to content

Commit eed1888

Browse files
1 parent 143646d commit eed1888

File tree

3 files changed

+86
-91
lines changed

3 files changed

+86
-91
lines changed

editors/code/.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
extends: ["prettier"],
77
parser: "@typescript-eslint/parser",
88
parserOptions: {
9-
project: "tsconfig.eslint.json",
9+
project: true,
1010
tsconfigRootDir: __dirname,
1111
sourceType: "module",
1212
},

editors/code/package-lock.json

+83-88
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editors/code/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"@tsconfig/strictest": "^2.0.1",
5252
"@types/node": "~16.11.7",
5353
"@types/vscode": "~1.78.1",
54-
"@typescript-eslint/eslint-plugin": "^5.60.1",
55-
"@typescript-eslint/parser": "^5.60.1",
54+
"@typescript-eslint/eslint-plugin": "^6.0.0",
55+
"@typescript-eslint/parser": "^6.0.0",
5656
"@vscode/test-electron": "^2.3.3",
5757
"@vscode/vsce": "^2.19.0",
5858
"esbuild": "^0.18.10",

0 commit comments

Comments
 (0)