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": [ {