chore: ignore cypress tests for linting
This commit is contained in:
parent
38e09b68bd
commit
f11766064c
|
|
@ -94,7 +94,8 @@
|
|||
},
|
||||
"ignorePatterns": [
|
||||
"**/*.test.ts",
|
||||
"./cypress"
|
||||
"**/*.spec.ts",
|
||||
"./cypress/**/*"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue