With prettier v3, is the syntax from docs really necessary? #202
json-derulo
started this conversation in
Polls
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently the decs state that when using prettier v3 we need to add the following to the
plugins
array to activate this plugin:"./node_modules/prettier-plugin-jsdoc/dist/index.js"
However in my project using prettier v3 I can just use
"prettier-plugin-jsdoc"
.I wonder if the docs are outdated and would like some feedback from the community.
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions