chore: ignore cypress tests for linting

This commit is contained in:
kolaente
2025-06-16 13:25:46 +02:00
parent 38e09b68bd
commit f11766064c

View File

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