Skip to content

Commit c7ce8ad

Browse files
committed
Auto merge of #15265 - tetsuharuohzeki:update-dependencies, r=lnicola
editor/code: Update dependencies This includes: - Some major changes. - [typescript-eslint v6](https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/) - [prettier v3](https://prettier.io/blog/2023/07/05/3.0.0.html) - ~Update ``@types/vscode`` to [1.79](https://code.visualstudio.com/updates/v1_79).~ - ~[1.80 has been released](https://code.visualstudio.com/updates/v1_80). We can now bump it.~ - _Update1: I removed this change. See the below comments_ - and some patch/minor updates.
2 parents 6acb989 + 085b755 commit c7ce8ad

20 files changed

+688
-361
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
},

0 commit comments

Comments
 (0)