Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Bugfix/remove linter erros #339

Merged
merged 7 commits into from
Sep 20, 2020

Conversation

greatSumini
Copy link
Contributor

Description

remove linter errors, update snapshots for Badge, DatePicker component

Related Issues

x

Tests

I added the following tests:

x

Checklist

Before you create this PR confirms that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • Run yarn test or yarn test -u if you need to update snapshot.
  • Run yarn lint
  • I am willing to follow-up on review comments in a timely manner.

Copy link
Collaborator

@JeffGuKang JeffGuKang left a comment

Choose a reason for hiding this comment

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

DatePicker is waiting the PR related to #337. So how about dealing with only Badges here?

@@ -22,38 +24,44 @@ export interface BadgeProps extends StyleProps{
const StyledView = styled.View<StyleProps>`
position: absolute;
top: -15px;
${(props) => props.badgePlacement}: -10px;

Copy link
Collaborator

Choose a reason for hiding this comment

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

Meaningless empty line.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thk u for comment! resolved in 4330880

@@ -1,7 +1,9 @@
import React, { FC } from 'react';

Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove empty line.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

resolved in 4330880

@greatSumini
Copy link
Contributor Author

DatePicker is waiting the PR related to #337. So how about dealing with only Badges here?

Sounds great! i reverted commits about DatePicker

@JeffGuKang
Copy link
Collaborator

JeffGuKang commented Sep 18, 2020

@greatSumini Good! Could you update a doc? Cause position should be replaced by badgePlacement.

@greatSumini
Copy link
Contributor Author

@greatSumini Good! Could you update a doc? Cause position should be replaced by badgePlacement.

resolved in 62b32b7 😄

@JeffGuKang JeffGuKang merged commit 4674a67 into hyochan:master Sep 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants