diff options
author | 2023-03-02 15:11:50 -0800 | |
---|---|---|
committer | 2023-03-02 15:12:00 -0800 | |
commit | 1ba007831dd6d3fd5ee02fab33b09d552107884d (patch) | |
tree | b4560081b81ccea2df4081bdcaa9e3d471b2944f /test/bun.js | |
parent | c0a49e405efbd5c773f2ca83041ff5df4b22d012 (diff) | |
download | bun-1ba007831dd6d3fd5ee02fab33b09d552107884d.tar.gz bun-1ba007831dd6d3fd5ee02fab33b09d552107884d.tar.zst bun-1ba007831dd6d3fd5ee02fab33b09d552107884d.zip |
Ensure prettier knows where to look
Diffstat (limited to 'test/bun.js')
-rw-r--r-- | test/bun.js/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/bun.js/package.json b/test/bun.js/package.json index 4b47715bb..709dc6602 100644 --- a/test/bun.js/package.json +++ b/test/bun.js/package.json @@ -5,5 +5,6 @@ "uuid": "^9.0.0", "tiny-typed-emitter": "^1.0.0", "svelte": "^3.52.0" - } + }, + "prettier": "../../.prettierrc.cjs" } |