From cb6d82e68b1959afd4bc4dea8d57da0b843ed79f Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Thu, 3 Aug 2023 16:16:31 +0200 Subject: [PATCH] Allow any version of prettier --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06f8338..40cea7e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint-plugin-react": "*", "eslint-plugin-react-hooks": "*", "eslint-plugin-unicorn": "*", - "prettier": "2.8.0", + "prettier": "*", "typescript": "*" } }