From f11766064ce7866155075a200014bedffe8be4a8 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 16 Jun 2025 13:25:46 +0200 Subject: [PATCH] chore: ignore cypress tests for linting --- frontend/.oxlintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/.oxlintrc.json b/frontend/.oxlintrc.json index b4a63db57..cba522699 100644 --- a/frontend/.oxlintrc.json +++ b/frontend/.oxlintrc.json @@ -94,7 +94,8 @@ }, "ignorePatterns": [ "**/*.test.ts", - "./cypress" + "**/*.spec.ts", + "./cypress/**/*" ], "overrides": [ {