🌐
npm
npmjs.com › package › prettier-plugin-jsdoc
prettier-plugin-jsdoc - npm
A Prettier plugin to format JSDoc comments.. Latest version: 1.8.0, last published: 2 months ago. Start using prettier-plugin-jsdoc in your project by running `npm i prettier-plugin-jsdoc`. There are 96 other projects in the npm registry using ...
      » npm install prettier-plugin-jsdoc
    
Published   Dec 07, 2025
Version   1.8.0
Author   Hossein mohammadi
🌐
GitHub
github.com › homer0 › prettier-plugin-jsdoc
GitHub - homer0/prettier-plugin-jsdoc: A Prettier plugin to format JSDoc blocks.
A Prettier plugin to format JSDoc blocks. Contribute to homer0/prettier-plugin-jsdoc development by creating an account on GitHub.
Starred by 16 users
Forked by 3 users
Languages   JavaScript 99.9% | Shell 0.1% | JavaScript 99.9% | Shell 0.1%
🌐
Prettier
prettier.io › docs › plugins
Plugins · Prettier
Prettier’s own implementations of all languages are expressed using the plugin API. The core prettier package contains JavaScript and other web-focused languages built in. For additional languages you’ll need to install ...
🌐
GitHub
github.com › prettier › prettier › issues › 5659
Add support for formatting JSDoc comments · Issue #5659 · prettier/prettier
December 19, 2018 - It would be nice if Prettier formatted JSDoc comments, interpreting the text of the comment as markdown and properly handling tags. There are two parsers we could use: comment-parser for the overall comment, and jsdoctypeparser for the t...
Author   j-f1
🌐
npm
npmjs.com › package › eslint-plugin-jsdoc
eslint-plugin-jsdoc - npm
4 days ago - Add plugins section to .eslintrc.* and specify eslint-plugin-jsdoc as a plugin.
      » npm install eslint-plugin-jsdoc
    
Published   Mar 12, 2026
Version   62.8.0
Author   Gajus Kuizinas
🌐
npm
npmjs.com › package › prettier-plugin-jsdoc-type
prettier-plugin-jsdoc-type - npm
April 18, 2025 - Prettier plugin for JSDoc type annotations. Latest version: 0.2.0, last published: a month ago. Start using prettier-plugin-jsdoc-type in your project by running `npm i prettier-plugin-jsdoc-type`. There are 3 other projects in the npm registry using prettier-plugin-jsdoc-type.
      » npm install prettier-plugin-jsdoc-type
    
Published   Jan 22, 2026
Version   0.2.0
Author   Yosuke Ota
🌐
Medium
medium.com › @psiphi75 › using-typescript-typechecker-eslint-jsdoc-and-prettier-to-write-javascript-205a2f07a4f3
Writing JavaScript better and faster using TypeScript TypeChecker, ESLint, JSDoc and Prettier | by Simon Werner | Medium
April 2, 2019 - npm install --save-dev eslint npm install --save-dev eslint-config-airbnb-base npm install --save-dev eslint-plugin-import npm install --save-dev eslint-plugin-jsdoc npm install --save-dev eslint-plugin-prettier
Find elsewhere
🌐
JSDoc
jsdoc.app
Use JSDoc: Index
How to create and use JSDoc plugins.
🌐
GitHub
github.com › ota-meshi › prettier-plugin-jsdoc-type
GitHub - ota-meshi/prettier-plugin-jsdoc-type: Prettier plugin for formatting JSDoc type annotations. · GitHub
This plugin is focused on formatting JSDoc type annotations, while prettier-plugin-jsdoc is focused on formatting JSDoc comments.
Author   ota-meshi
🌐
Prettier
prettier.io › docs
What is Prettier? · Prettier
Prettier is an opinionated code formatter with support for:
🌐
Prettier
prettier.io › blog › 2023 › 07 › 05 › 3.0.0.html
Prettier 3.0: Hello, ECMAScript Modules! · Prettier
July 5, 2023 - Another important change in this release is the significant overhaul of the plugin interface. Prettier now supports plugins written using ECMAScript Modules and async parsers. If you're a plugin developer, please exercise caution while updating. You can find the migration guide here.
🌐
JetBrains
jetbrains.com › help › phpstorm › prettier.html
Prettier | PhpStorm Documentation
November 24, 2025 - Prettier is a tool to format files in various languages, like TypeScript, JavaScript, CSS, HTML, JSON, and others. With PhpStorm, you can format selected code fragments as well as entire files or directories using the Reformat with Prettier action.
🌐
GitHub
github.com › hosseinmd › prettier-plugin-jsdoc
GitHub - hosseinmd/prettier-plugin-jsdoc: A Prettier plugin to format JSDoc comments.
A Prettier plugin to format JSDoc comments. Contribute to hosseinmd/prettier-plugin-jsdoc development by creating an account on GitHub.
Starred by 265 users
Forked by 32 users
Languages   TypeScript 74.6% | JavaScript 25.0% | Shell 0.4% | TypeScript 74.6% | JavaScript 25.0% | Shell 0.4%
🌐
npm
npmjs.com › package › @homer0 › prettier-plugin-jsdoc
@homer0/prettier-plugin-jsdoc - npm
January 27, 2026 - A Prettier plugin to format JSDoc blocks. Latest version: 11.0.2, last published: 9 days ago. Start using @homer0/prettier-plugin-jsdoc in your project by running `npm i @homer0/prettier-plugin-jsdoc`. There are 1 other projects in the npm registry ...
      » npm install @homer0/prettier-plugin-jsdoc
    
Published   Jan 27, 2026
Version   11.0.2
Author   Leonardo Apiwan
🌐
TypeScript Analyzer
rich-newman.github.io › typescript-analyzer-eslint-prettier › setupjsdoc.html
Set Up for JSDoc Plugin | TypeScript Analyzer (ESLint, Prettier)
To create the configuration file for JSDoc the following changes were made to the code in the default configuration file: In the first “plugins” section, which refers to JavaScript and TypeScript files, add "jsdoc".