Skip to content

Commit

Permalink
Add @ts-check to eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Nov 3, 2024
1 parent eb14e4e commit 4ecd97c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-check

import globals from "globals";
import vitest from "eslint-plugin-vitest";
import js from "@eslint/js";
Expand Down

0 comments on commit 4ecd97c

Please sign in to comment.