From c5cc13ee058e00278adea298bfa9731389c19a05 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 31 Jul 2024 13:38:13 -0500 Subject: [PATCH] Switch to projectService --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index cb379642b..c5a558b99 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -22,7 +22,7 @@ export default tseslint.config( languageOptions: { sourceType: "module", parserOptions: { - project: ["./tsconfig.json", "./packages/*/tsconfig.json"], + projectService: true, } }, rules: {