bazelbuild / vscode-bazel

Bazel support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=BazelBuild.vscode-bazel
Apache License 2.0
231 stars 76 forks source link

build: Update toolchain #363

Closed vogelsgesang closed 3 months ago

vogelsgesang commented 3 months ago

This commit updates typescript, eslint and the eslint plugins to the latest versions.

Also, this commit migrates from .eslintrc.js to eslint.config.js. .eslintrc.js will be deprecated in ESLint 9.0. This commit migrates to eslint.config.js in anticipation of this change. Doing so also has the benefit that the config is more self-contained now and no longer depends on parameters passed in from the package.json.