From bdc0178e4493c245c027bb8740ea41610867e594 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sat, 20 May 2023 01:53:42 +0300 Subject: [PATCH] Limit ESLint configuration to this project --- frontend/.eslintrc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index 484650bb0..c312414a2 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -12,6 +12,8 @@ const dirs = fs .join('|'); module.exports = { + root: true, + parser: '@babel/eslint-parser', env: {