Skip to content

Commit

Permalink
build: Update toolchain (bazel-contrib#363)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
vogelsgesang authored Apr 2, 2024
1 parent ba0bff8 commit ebe0a89
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 410 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js → eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module.exports = {
files: ["src/**/*.ts"],
ignorePatterns: ["src/protos/protos.js", "src/protos/protos.d.ts"],
env: {
es6: true,
node: true,
Expand Down
Loading

0 comments on commit ebe0a89

Please sign in to comment.