From cffa668ade19f910da789d338745b1842bb5f993 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Thu, 24 Jul 2025 16:08:02 +0200 Subject: [PATCH] Use root:true to play nicer with a monorepo full of MCs --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index f9e610d..dd7dceb 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,5 @@ module.exports = { + root: true, parser: '@typescript-eslint/parser', extends: [ 'eslint:recommended',