PaulRBerg / foundry-template

Foundry-based template for developing Solidity smart contracts
MIT License
561 stars 110 forks source link

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

Closed dionysuzx closed 1 year ago

dionysuzx commented 1 year ago

Reason for change

Prettier plugin solidity is no longer used because instead of are formatting Solidity files with forge fmt as set by a VSCode extension or run from CLI. Prettier is now only used standalone for md,yml,json.

PaulRBerg commented 1 year ago

Good catch, thanks for the PR.