prettier-plugin-jsdoc
Advanced tools
+7
-0
@@ -5,2 +5,9 @@ # Changelog | ||
| ### [1.1.1](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.1.0...v1.1.1) (2023-10-07) | ||
| ### Bug Fixes | ||
| * export Options to better assist type checking for .prettierrc.js ([#210](https://github.com/hosseinmd/prettier-plugin-jsdoc/issues/210)) ([77cf7af](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/77cf7af56d1170e9bcd848280c4ffaf8ced13f98)) | ||
| ## [1.1.0](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.0.5...v1.1.0) (2023-10-06) | ||
@@ -7,0 +14,0 @@ |
+1
-0
@@ -166,1 +166,2 @@ import prettier from "prettier"; | ||
| export { options, parsers, defaultOptions }; | ||
| export type Options = Partial<JsdocOptions>; |
+1
-1
| { | ||
| "name": "prettier-plugin-jsdoc", | ||
| "version": "1.1.0", | ||
| "version": "1.1.1", | ||
| "description": "A Prettier plugin to format JSDoc comments.", | ||
@@ -5,0 +5,0 @@ "private": false, |
+15
-15
@@ -185,17 +185,17 @@ [](https://nodei.co/npm/prettier-plugin-jsdoc/) | ||
| | Key | type | Default | description | | ||
| | :-------------------------------- | :-------------------------------- | :-------- | ----------------------------------------------------------------------------------------- | | ||
| | jsdocSpaces | Number | 1 | | ||
| | jsdocDescriptionWithDot | Boolean | false | | ||
| | jsdocDescriptionTag | Boolean | false | | ||
| | jsdocVerticalAlignment | Boolean | false | | ||
| | jsdocKeepUnParseAbleExampleIndent | Boolean | false | | ||
| | jsdocCommentLineStrategy | ("singleLine","multiline","keep") | true | | ||
| | jsdocCapitalizeDescription | Boolean | true | | ||
| | jsdocSeparateReturnsFromParam | Boolean | false | Add an space between last @param and @returns | | ||
| | jsdocSeparateTagGroups | Boolean | false | Add an space between tag groups | | ||
| | jsdocPreferCodeFences | Boolean | false | Always fence code blocks (surround them by triple backticks) | | ||
| | tsdoc | Boolean | false | | ||
| | jsdocPrintWidth | Number | undefined | If You don't set value to jsdocPrintWidth, the printWidth will be use as jsdocPrintWidth. | | ||
| | jsdocLineWrappingStyle | String | "greedy" | "greedy": Lines wrap as soon as they reach the print width | | ||
| | Key | type | Default | description | | ||
| | :-------------------------------- | :-------------------------------- | :---------- | ----------------------------------------------------------------------------------------- | | ||
| | jsdocSpaces | Number | 1 | | ||
| | jsdocDescriptionWithDot | Boolean | false | | ||
| | jsdocDescriptionTag | Boolean | false | | ||
| | jsdocVerticalAlignment | Boolean | false | | ||
| | jsdocKeepUnParseAbleExampleIndent | Boolean | false | | ||
| | jsdocCommentLineStrategy | ("singleLine","multiline","keep") | "singleLine | | ||
| | jsdocCapitalizeDescription | Boolean | true | | ||
| | jsdocSeparateReturnsFromParam | Boolean | false | Add an space between last @param and @returns | | ||
| | jsdocSeparateTagGroups | Boolean | false | Add an space between tag groups | | ||
| | jsdocPreferCodeFences | Boolean | false | Always fence code blocks (surround them by triple backticks) | | ||
| | tsdoc | Boolean | false | | ||
| | jsdocPrintWidth | Number | undefined | If You don't set value to jsdocPrintWidth, the printWidth will be use as jsdocPrintWidth. | | ||
| | jsdocLineWrappingStyle | String | "greedy" | "greedy": Lines wrap as soon as they reach the print width | | ||
@@ -202,0 +202,0 @@ Full up to date list and description of options can be found in Prettier help. First install plugin then run Prettier with "--help" option. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
221514
0.2%3060
0.03%12
9.09%