From 4ecd97c908bce1529e9809c29200368f34cd659f Mon Sep 17 00:00:00 2001 From: Alexander Harding <2166114+aeharding@users.noreply.github.com> Date: Sun, 3 Nov 2024 11:09:35 -0600 Subject: [PATCH] Add @ts-check to eslint config --- eslint.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eslint.config.js b/eslint.config.js index d390f65..9682dd9 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,3 +1,5 @@ +// @ts-check + import globals from "globals"; import vitest from "eslint-plugin-vitest"; import js from "@eslint/js";