From ce8de670b9bef27ed022cfa792335584e6203c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CJamesHenry=E2=80=9D?= Date: Thu, 9 May 2024 15:19:21 +0400 Subject: [PATCH] chore(linter): fix test --- .../next/src/generators/application/lib/add-linting.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/src/generators/application/lib/add-linting.spec.ts b/packages/next/src/generators/application/lib/add-linting.spec.ts index a5b3b1b19d297..ea210a80cbfc5 100644 --- a/packages/next/src/generators/application/lib/add-linting.spec.ts +++ b/packages/next/src/generators/application/lib/add-linting.spec.ts @@ -166,7 +166,7 @@ describe('updateEslint', () => { "**/*.spec.jsx" ], rules: { - ...config.rules, + ...config.rules } })), { ignores: [".next/**/*"] }