Skip to content

Commit be58cf1

Browse files
brettz9Copilot
andcommitted
refactor: update src/rules/typeFormatting.js
Co-authored-by: Copilot <[email protected]>
1 parent e6b065c commit be58cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/typeFormatting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export default iterateJsdoc(({
149149

150150
if (
151151
// Get any remaining description lines
152-
nameAndDesc && nameAndDesc.length > 1
152+
nameAndDesc.length > 1
153153
) {
154154
src.push(
155155
...nameAndDesc.slice(1).map(({

0 commit comments

Comments
 (0)