{"library":"prettier-plugin-drone-jsdoc","title":"prettier-plugin-drone-jsdoc","description":"A Prettier plugin for formatting JSDoc comments, forked from prettier-plugin-jsdoc. Current stable version is 1.8.0, updated regularly. Key differentiator: removes leading whitespace on the first line of multi-line block comments, aligning with the Drone style guide. Requires Prettier ^3.0.0, supports Node >=14.13.1 or >=16.0.0, and ships TypeScript type declarations.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-plugin-drone-jsdoc"],"cli":null},"imports":["import plugin from 'prettier-plugin-drone-jsdoc'","import type { PluginOptions } from 'prettier-plugin-drone-jsdoc'","import { options } from 'prettier-plugin-drone-jsdoc'; // used within a Prettier config object"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// .prettierrc\n{\n  \"plugins\": [\"prettier-plugin-drone-jsdoc\"],\n  \"jsdocCommentLineStrategy\": \"singleLine\",\n  \"jsdocSeparateReturnsFromParams\": true\n}","lang":"javascript","description":"Shows minimal Prettier configuration to enable the plugin and customize JSDoc formatting.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}