Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit be58cf1

Browse files
brettz9Copilot
andcommitted
refactor: update src/rules/typeFormatting.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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)

AltStyle によって変換されたページ (->オリジナル) /