From 7d0b6e81a11df29b9171c06568fb49ead3a744f9 Mon Sep 17 00:00:00 2001 From: Carlos Lostao Date: Wed, 6 Nov 2024 23:23:56 +0100 Subject: [PATCH] update: add next-env declaration file to eslint ignore list --- frontend/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.eslintrc.json b/frontend/.eslintrc.json index b3a5ffb0..9c446e09 100644 --- a/frontend/.eslintrc.json +++ b/frontend/.eslintrc.json @@ -40,5 +40,5 @@ "typescript": {} } }, - "ignorePatterns": ["tailwind.config.js"] + "ignorePatterns": ["tailwind.config.js", "next-env.d.ts"] }