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:
parent
80436e5358
commit
11cc8b4fa1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue