fvictorio / solhint-plugin-prettier

A Solhint plugin for checking your contracts style
28 stars 12 forks source link

Prettier write integration #18

Open tmigone opened 4 months ago

tmigone commented 4 months ago

Unless I'm missing something the plugin will only show violated rules in the report if you run solhint but it wont fix them. So I also need to run prettier --write ..., is there a way of avoiding this?

sebastiantf commented 4 months ago

Actually, it doesn't fix even if I run prettier --write