From 3a7f7be7c47eb113705ea196aada7106a41eda04 Mon Sep 17 00:00:00 2001 From: isra el Date: Tue, 16 May 2023 09:51:46 +0300 Subject: [PATCH] config: update linter config --- api/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/.eslintrc.js b/api/.eslintrc.js index f6c62be..ff864aa 100644 --- a/api/.eslintrc.js +++ b/api/.eslintrc.js @@ -3,6 +3,7 @@ module.exports = { parserOptions: { project: 'tsconfig.json', sourceType: 'module', + tsconfigRootDir: __dirname }, plugins: ['@typescript-eslint/eslint-plugin'], extends: [