Skip to content

Commit

Permalink
fix(prettier): disable jsdoc capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Apr 30, 2024
1 parent 9c2d591 commit 137006d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/prettier/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ export function prettier(
return {
plugins,
singleQuote: true,

jsdocCapitalizeDescription: false,
tsdoc: true,

...userConfig,
};
}

0 comments on commit 137006d

Please sign in to comment.