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: {