From 14d3e0ba309ce0b212f15ed5e19c3f520b4a4a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Wed, 18 Sep 2024 00:32:33 +0200 Subject: [PATCH] chore: usage of `projectService` for `tsconfig.json` --- eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslintrc.json b/eslintrc.json index 1ce9330..018484f 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -1,6 +1,6 @@ { "extends": "./index.js", "parserOptions": { - "project": "./tsconfig.json" + "projectService": true } }