From 6d7fa0279368c9d9f1834b28f11413fc6f3899a2 Mon Sep 17 00:00:00 2001 From: Luiz Barrile Date: Wed, 6 Nov 2024 16:30:49 -0300 Subject: [PATCH] set eslint --- .eslintrc.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index 46d689e8..3c001206 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,6 +10,14 @@ "react-hooks/rules-of-hooks": "off", "react-hooks/exhaustive-deps": "off" }, + "overrides": [ + { + "files": ["*.ts", "*.tsx"], + "parserOptions": { + "project": "./tsconfig.json" + } + } + ], "linterOptions": { "reportUnusedDisableDirectives": true }