NiklasPor / prettier-plugin-go-template

Fixes prettier formatting for go templates 🐹

Home Page:prettier-plugin-go-template-niklaspor.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade prettier peer dependency to `^3.0.0`

schnerring opened this issue · comments

Prettier v3 has been released. Currently when using this plugin, the peer dependencies conflict with prettier v3:

  "peerDependencies": {
    "prettier": "^2.0.0"
  },

Do we have an execution plan yet?

commented

I just updated prettier-plugin-organize-attributes to support v3. Next up this plugin will come.

commented

Closing this in favor of #96.