From e105a5ce4154fababdaae1f458dbb93f3b6e755a Mon Sep 17 00:00:00 2001 From: Johan Jansson Date: Fri, 13 Mar 2026 11:35:29 -1000 Subject: [PATCH] make it work with new eslint --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index d3cf7e7..5e90598 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -46,7 +46,7 @@ export default [ parserOptions: { project: ['tsconfig.eslint.json'], - tsconfigRootDir: '.', + tsconfigRootDir: __dirname, }, },