From a7ee7402cdb503f2b2d57d739c94287d3674543e Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Tue, 31 Oct 2023 20:13:58 -0700 Subject: [PATCH] chore: ignore .next from lint --- apps/trading/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/trading/.eslintrc.json b/apps/trading/.eslintrc.json index 0e6a4b25b..bd6b752ce 100644 --- a/apps/trading/.eslintrc.json +++ b/apps/trading/.eslintrc.json @@ -5,7 +5,7 @@ "next", "next/core-web-vitals" ], - "ignorePatterns": ["!**/*", "__generated__"], + "ignorePatterns": ["!**/*", "__generated__", ".next"], "overrides": [ { "files": ["*.ts", "*.tsx", "*.js", "*.jsx"],