From bc3db0b5314b96b1326f43b5c5d659ef1405a256 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Thu, 24 Jul 2025 16:25:29 +0200 Subject: [PATCH] Add root: true to eslint so it plays nicer with a monorepo full of MCs --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index dd7dceb..699f73b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,5 @@ module.exports = { + root: true, root: true, parser: '@typescript-eslint/parser', extends: [