diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/bun.js/package.json | 3 | ||||
-rw-r--r-- | test/snippets/package.json | 3 |
2 files changed, 4 insertions, 2 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" } diff --git a/test/snippets/package.json b/test/snippets/package.json index 0c05b97be..478234d5c 100644 --- a/test/snippets/package.json +++ b/test/snippets/package.json @@ -10,5 +10,6 @@ "react-dom": "^17.0.2", "redux": "^4.1.1", "styled-components": "^5.3.1" - } + }, + "prettier": "../../.prettierrc.cjs" } |