Skip to content

Commit

Permalink
ts-check
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbandes committed Oct 30, 2024
1 parent 8be9928 commit 4133a6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-client-web-app/eslint.config.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-check

const foxglove = require("@foxglove/eslint-plugin");
const globals = require("globals");
const tseslint = require("typescript-eslint");
Expand Down
2 changes: 2 additions & 0 deletions typescript/eslint.config.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-check

const foxglove = require("@foxglove/eslint-plugin");
const globals = require("globals");
const tseslint = require("typescript-eslint");
Expand Down

0 comments on commit 4133a6d

Please sign in to comment.