Skip to content

Conversation

@TateB
Copy link
Contributor

@TateB TateB commented Sep 11, 2025

changes:

  • bumped solhint to v6 (fixes Update solhint to new Major version 6.0.0 #481)
  • bumped prettier-plugin-solidity to v2
  • resolved issues with prettier worker
    • i don't really understand how this was working previously, prettier.format returns a promise which wasn't before handled
  • added ability to specify the solhint package directory, which will override using the bundled version
  • added solhint plugin support, works with solhint-plugin-prettier
  • added onDidSave hook, using the same logic as onDidChangeContent
    • without this, if using a different vscode extension for saving (e.g. prettier-vscode), the validation state doesn't seem to update

@juanfranblanco
Copy link
Owner

Hi, just seen this. I'll review it.

@juanfranblanco juanfranblanco merged commit ee45195 into juanfranblanco:master Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update solhint to new Major version 6.0.0

2 participants