{"library":"prettier-plugin-curly-and-jsdoc","title":"Prettier Plugin Curly and JSDoc","description":"Prettier plugin that resolves incompatibilities between prettier-plugin-curly and prettier-plugin-jsdoc, allowing both to be used together without conflicts. Current stable version is 3.4.0. The package is a thin compatibility layer that re-exports and combines the two plugins. It is part of the codestyle-config monorepo and ships TypeScript definitions. Key differentiator: no configuration needed beyond adding it to your Prettier plugins list. Released as needed to keep up with upstream plugin changes.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-plugin-curly-and-jsdoc"],"cli":null},"imports":["import prettierPluginCurlyAndJsdoc from 'prettier-plugin-curly-and-jsdoc'","// In prettier.config.mjs:\nimport prettierPluginCurlyAndJsdoc from 'prettier-plugin-curly-and-jsdoc';\nexport default { plugins: [prettierPluginCurlyAndJsdoc] };","import type { Plugin } from 'prettier';\nimport plugin from 'prettier-plugin-curly-and-jsdoc'; // type is Plugin"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install the plugin and its dependencies:\n// npm install --save-dev prettier prettier-plugin-curly prettier-plugin-jsdoc prettier-plugin-curly-and-jsdoc\n\n// prettier.config.mjs\nimport prettierPluginCurlyAndJsdoc from 'prettier-plugin-curly-and-jsdoc';\n\nexport default {\n  semi: true,\n  singleQuote: true,\n  plugins: [prettierPluginCurlyAndJsdoc],\n  // No need to add curly or jsdoc plugins separately; this plugin includes them.\n};\n\n// Then run: npx prettier --check .","lang":"javascript","description":"Shows installation and configuration to enable both curly and JSDoc formatting via Prettier without conflicts.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}