diff --git a/.eslintignore b/.eslintignore index 5f09fe1..cf72ebf 100644 --- a/.eslintignore +++ b/.eslintignore @@ -63,3 +63,7 @@ dist apps/docs/docs .changeset/* + +# Test files +**/*.test.js +**/*.test.ts