From 02ac930eca6f1d9da4f2c724c1febebd9f3c2524 Mon Sep 17 00:00:00 2001 From: Simon Golms Date: Tue, 7 Jan 2025 15:24:40 +0100 Subject: [PATCH] feat(base): [typescript-eslint] update parserOptions to use projectService instead of project - following recommendation from typescript-eslint: https://typescript-eslint.io/packages/parser#project --- configs/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/base.js b/configs/base.js index e2ba1cc..7d85c86 100644 --- a/configs/base.js +++ b/configs/base.js @@ -22,7 +22,7 @@ module.exports = tseslint.config( languageOptions: { parserOptions: { // find the tsconfig.json nearest each source file - project: true, + projectService: true, }, }, linterOptions: {