From 4a7aed0c11d301f2dc27ee030b9c0ab26a744c95 Mon Sep 17 00:00:00 2001 From: Joe Wagner Date: Tue, 9 Jul 2024 10:50:15 -0600 Subject: [PATCH] add the solidity plugin to the prettier config --- .prettierrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index 3329e0c..ff1c710 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,4 +1,5 @@ { "semi": true, - "trailingComma": "es5" + "trailingComma": "es5", + "plugins": ["prettier-plugin-solidity"] }