chore: ignore cypress tests for linting

This commit is contained in:
kolaente 2025-06-16 13:25:46 +02:00
parent 38e09b68bd
commit f11766064c
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@
},
"ignorePatterns": [
"**/*.test.ts",
"./cypress"
"**/*.spec.ts",
"./cypress/**/*"
],
"overrides": [
{