From 9601aee69e8606957fcd17091d60107cedfdf576 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 11 Nov 2024 13:15:51 +0200 Subject: [PATCH] build: Use "projectService" instead of "project" for eslint Because magic. Fixes #21246 --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 62a8340ae34c..ebadc8105c33 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -66,7 +66,7 @@ "extends": "plugin:@typescript-eslint/recommended", "parser": "@typescript-eslint/parser", "parserOptions": { - "project": ["./tsconfig.json"] + "projectService": ["./tsconfig.json"] }, "rules": { // https://typescript-eslint.io/rules/no-use-before-define