From 84c9e9464ef7e0d21d9b93cec2317060f1988756 Mon Sep 17 00:00:00 2001 From: "Micael Levi L. Cavalcante" Date: Wed, 6 Apr 2022 13:43:19 -0400 Subject: [PATCH] chore: updated parser options in .eslintrc.js --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index f6c62be..ba61c7a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -2,6 +2,7 @@ module.exports = { parser: '@typescript-eslint/parser', parserOptions: { project: 'tsconfig.json', + tsconfigRootDir : __dirname, sourceType: 'module', }, plugins: ['@typescript-eslint/eslint-plugin'],