diff options
author | 2023-03-14 16:42:49 -0700 | |
---|---|---|
committer | 2023-03-14 16:42:49 -0700 | |
commit | 76b875e4140b45dd7d70e11dfb3a87d2d9469aa0 (patch) | |
tree | de942774d55bc93ca6f116e93c8575cb6f2cd737 | |
parent | eb9e3e9aecc8696e5117eb82eaa4d543f957a134 (diff) | |
download | bun-76b875e4140b45dd7d70e11dfb3a87d2d9469aa0.tar.gz bun-76b875e4140b45dd7d70e11dfb3a87d2d9469aa0.tar.zst bun-76b875e4140b45dd7d70e11dfb3a87d2d9469aa0.zip |
Update .prettierignore
-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 |