pcaversaccio / createx

Factory smart contract to make easier and safer usage of the `CREATE` and `CREATE2` EVM opcodes as well as of `CREATE3`-based (i.e. without an initcode factor) contract creations.
https://createx.rocks
GNU Affero General Public License v3.0
341 stars 26 forks source link

♻️ Don't Prettify `pnpm-lock.yaml` #130

Closed fvictorio closed 3 months ago

fvictorio commented 3 months ago

🕓 Changelog

Formatting pnpm's lockfile pnpm-lock.yaml doesn't make much sense. Plus, given that that file is huge, ignoring it makes a difference. On my machine, pnpm prettier:check goes down from 6.6s to 5.5s with this change. Imagine what you could do with all those saved seconds!

🐶 Cute Animal Picture

image