From a8c0060e1b418489c7a2ae8fb6b5820c2ebe6bba Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Thu, 26 Jun 2025 19:15:52 +0200 Subject: [PATCH] Add 'next' option to ESLint configuration for improved compatibility --- frontend/eslint.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/eslint.config.mjs b/frontend/eslint.config.mjs index 69f4e281d..5fbe5be8a 100644 --- a/frontend/eslint.config.mjs +++ b/frontend/eslint.config.mjs @@ -5,6 +5,7 @@ export default antfu( type: "app", typescript: true, formatters: true, + next: true, stylistic: { indent: 2, semi: true,