chore: remove the (now deprecated) prettier plugin from README (#24)

* chore: remove the (now deprecated) prettier plugin from README

* Update README.md
This commit is contained in:
dave | d1onys1us 2023-05-26 17:43:21 +09:00 committed by GitHub
parent 80436e5358
commit 11cc8b4fa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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