Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] fix eslint warning #187

Closed
4 tasks done
soonki-98 opened this issue Oct 8, 2022 · 0 comments · Fixed by #189, #190, #191, #192 or #193
Closed
4 tasks done

[Fix] fix eslint warning #187

soonki-98 opened this issue Oct 8, 2022 · 0 comments · Fixed by #189, #190, #191, #192 or #193
Assignees
Milestone

Comments

@soonki-98
Copy link
Member

soonki-98 commented Oct 8, 2022

Description

eslint warning 수정

Progress

  • Do not use Array index in keys
  • something is missing in props validation
  • Value must be omitted for boolean attributes
  • Curly braces are unnecessary here
@soonki-98 soonki-98 self-assigned this Oct 8, 2022
@soonki-98 soonki-98 added this to the v2.0.0 milestone Oct 8, 2022
@soonki-98 soonki-98 linked a pull request Oct 8, 2022 that will close this issue
soonki-98 added a commit that referenced this issue Oct 8, 2022
@soonki-98 soonki-98 linked a pull request Oct 8, 2022 that will close this issue
soonki-98 added a commit that referenced this issue Oct 8, 2022
soonki-98 added a commit that referenced this issue Oct 8, 2022
soonki-98 added a commit that referenced this issue Oct 8, 2022
@soonki-98 soonki-98 linked a pull request Oct 8, 2022 that will close this issue
soonki-98 added a commit that referenced this issue Oct 8, 2022
fix: statement not part of import statement
@soonki-98 soonki-98 linked a pull request Oct 8, 2022 that will close this issue
@soonki-98 soonki-98 linked a pull request Oct 8, 2022 that will close this issue
soonki-98 added a commit that referenced this issue Oct 8, 2022
fix: specify type to sideBarItems state (#187)
soonki-98 added a commit that referenced this issue Oct 8, 2022
soonki-98 added a commit that referenced this issue Oct 8, 2022
github-actions bot pushed a commit that referenced this issue Oct 8, 2022
# [2.1.0](v2.0.0...v2.1.0) (2022-10-08)

### Bug Fixes

* curly braces are unnecessary here ([#187](#187)) ([997d62e](997d62e))
* do not use Array index in keys warning ([#187](#187)) ([b378bbe](b378bbe))
* eSLint error: Parsing error ([94ff2cf](94ff2cf))
* fix 'npm run lint' error ([#187](#187)) ([b0c56e2](b0c56e2))
* fix conflict ([#187](#187)) ([f3ae5cb](f3ae5cb))
* something is missing in props validation ([#187](#187)) ([64486bb](64486bb))
* specify type to sideBarItems state ([#187](#187)) ([d600c00](d600c00))
* statement not part of import statement (@typescript-eslint/no-var-requires) ([230c28d](230c28d))
* value must be omitted for boolean attributes warning ([#187](#187)) ([4414635](4414635))

### Features

* creat uuidv4 util function ([#187](#187)) ([92f9f9f](92f9f9f))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment