Skip to content

Conversation

@leunge
Copy link
Contributor

@leunge leunge commented Aug 21, 2024

@github-actions github-actions bot added the issue 내부 이슈 처리를 위한 PR label Aug 21, 2024
@leunge leunge merged commit 824bc0d into develop Aug 21, 2024
},
width: this.VIDEO_WIDTH,
height: this.VIDEO_HEIGHT,
aspectRatio: 16/9,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace / with ·/·

Suggested change
aspectRatio: 16/9,
aspectRatio: 16 / 9,

},
width: this.VIDEO_WIDTH,
height: this.VIDEO_HEIGHT,
aspectRatio: 16/9,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <space-infix-ops> reported by reviewdog 🐶
Operator '/' must be spaced.

Suggested change
aspectRatio: 16/9,
aspectRatio: 16 / 9,

deviceId: { exact: this.videoInputList[target][1] },
width: this.VIDEO_WIDTH,
height: this.VIDEO_HEIGHT,
aspectRatio: 16/9,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace / with ·/·

Suggested change
aspectRatio: 16/9,
aspectRatio: 16 / 9,

deviceId: { exact: this.videoInputList[target][1] },
width: this.VIDEO_WIDTH,
height: this.VIDEO_HEIGHT,
aspectRatio: 16/9,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <space-infix-ops> reported by reviewdog 🐶
Operator '/' must be spaced.

Suggested change
aspectRatio: 16/9,
aspectRatio: 16 / 9,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

issue 내부 이슈 처리를 위한 PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants