Skip to content

Commit

Permalink
Revert "build(lint): Disable comment capitalization in prettier" (#2341)
Browse files Browse the repository at this point in the history
Reverts #2340

It turns out it only triggers for jsdoc style `/**` comments and I had mistakenly used one for my inline comment which caused the problem. Reverting the change since my reason doesn't apply and it might be useful.
  • Loading branch information
melink14 authored Dec 22, 2024
1 parent cd456a2 commit 20521ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ export default {
trailingComma: 'es5',
arrowParens: 'always',
plugins: ['./node_modules/prettier-plugin-jsdoc/dist/index.js'],
jsdocCapitalizeDescription: false,
};

0 comments on commit 20521ec

Please sign in to comment.