From 85f466243edc6582ee7b71aa4ba696174682dc68 Mon Sep 17 00:00:00 2001 From: Olivia Date: Sat, 12 Oct 2024 13:57:00 +0200 Subject: [PATCH] fix lint config --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 3be94e5..dc76c3a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -28,5 +28,5 @@ "rules": { "@typescript-eslint/no-explicit-any": 1 }, - "ignorePatterns": ["**/*.test.ts", "apps", "**/mocks"] + "ignorePatterns": ["**/*.test.ts", "apps", "**/mocks", "**/dist/**"] }