fvictorio / solhint-plugin-prettier

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

⬆️ support prettier v3 #15

Closed cruzdanilo closed 10 months ago

cruzdanilo commented 10 months ago

prettier.resolveConfig.sync was removed on prettier v3: Change public APIs to asynchronous

fvictorio commented 10 months ago

Closing in favor of https://github.com/fvictorio/solhint-plugin-prettier/pull/17

This PR assumes that the SourceUnit visitor can be async, but that's not the case.