diff options
-rw-r--r-- | .prettierignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.prettierignore b/.prettierignore index 21683c3e8..006398f8c 100644 --- a/.prettierignore +++ b/.prettierignore @@ -8,4 +8,5 @@ src/test/fixtures src/react-refresh.js test/snapshots test/snapshots-no-hmr -test/js/deno +test/js/deno/*.test.ts +test/js/deno/**/*.test.ts |