From 2c7d3242a6ea4187f2b21a749bec17040fc0c955 Mon Sep 17 00:00:00 2001 From: Nathan Arthur Date: Mon, 6 May 2024 10:50:32 -0400 Subject: [PATCH] fix eslint --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 25f9f1c..0f593d9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -13,7 +13,7 @@ "parserOptions": { "ecmaVersion": "latest", "sourceType": "module", - "project": ["tsconfig.dev.json"] + "project": ["tsconfig.json"] }, "plugins": ["@typescript-eslint"], "rules": {