From 11cc8b4fa1a1c10fd404dde6560f072ec0b69103 Mon Sep 17 00:00:00 2001 From: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Fri, 26 May 2023 17:43:21 +0900 Subject: [PATCH] chore: remove the (now deprecated) prettier plugin from README (#24) * chore: remove the (now deprecated) prettier plugin from README * Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c5505d..e3756b5 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,10 @@ A Foundry-based template for developing Solidity smart contracts, with sensible - [Forge](https://github.com/foundry-rs/foundry/blob/master/forge): compile, test, fuzz, format, and deploy smart contracts -- [PRBTest](https://github.com/PaulRBerg/prb-test): modern collection of testing assertions and logging utilities - [Forge Std](https://github.com/foundry-rs/forge-std): collection of helpful contracts and cheatcodes for testing +- [PRBTest](https://github.com/PaulRBerg/prb-test): modern collection of testing assertions and logging utilities +- [Prettier](https://github.com/prettier/prettier): code formatter for non-Solidity files - [Solhint](https://github.com/protofire/solhint): linter for Solidity code -- [Prettier Plugin Solidity](https://github.com/prettier-solidity/prettier-plugin-solidity): code formatter for - non-Solidity files ## Getting Started