Skip to content

Releases: channel-io/eslint-config

v1.5.1

28 Jul 08:20
97add1f
Compare
Choose a tag to compare

Fixes

v1.5.0

12 May 08:32
893aef9
Compare
Choose a tag to compare

Fixes

  • peerDependency > typescript-eslint > 버전 업그레이드 (v4 -> v5) (#61) @jeff-tbd
    Enhancement
  • no-translate-with-template-literal 을 error로 수정 (#72) @dinohan

v1.4.1

06 Jul 02:27
c7904ff
Compare
Choose a tag to compare

Enhancement

Internal Dependencies

  • @channel.io/eslint-plugin 1.2.1 업데이트 (#50)

v1.4.0

17 May 08:40
fdc101c
Compare
Choose a tag to compare

Rules

  • @channel.io/eslint-plugin v1.2.0 업데이트하고 새로운 rule 적용 (#47)
    • @channel.io/no-translate-with-template-literal - translate에 template string literal을 쓸때 알아챌 수 있도록 warn으로 설정
    • @channel.io/prevent-destructured-argument-callback-in-intersection-observer - IntersectionObserver에 인자를 배열 구조 할당하는 콜백을 사용하지 못하도록 error로 설정

v1.3.1

17 Mar 07:55
9b4d46c
Compare
Choose a tag to compare

Rules

  • react/jsx-key - error 레벨로 변경하고 만연한 옵션들 기본값 추가 (#30) (@lloyd)
  • react/jsx-no-constructed-context-values rule 추가 (#38) (@manuel)

Bugfixes

  • no-named-default 오타로 제대로 작동되고 있지 않던 설정 수정 (#41) (@manuel)

v1.3.0

03 Dec 06:40
af988ba
Compare
Choose a tag to compare

Enhancements

  • Add rule: react/jsx-key (#27) (@axel)
  • Add rule: import/no-named-default, @typescript-eslint/consistent-type-imports (#25) (@dugi)

v1.2.0

21 May 04:29
098795b
Compare
Choose a tag to compare

Updates

v1.1.2

29 Apr 06:50
e1dc008
Compare
Choose a tag to compare
  • prefer-arrow-callback 설정 수정하여 named function을 callback으로 만들 수 있도록 변경 (#20) (@daniel)

v1.1.1

29 Mar 11:08
e070bd1
Compare
Choose a tag to compare
  • eslint-plugin에 새로 추가된 rule 반영

v1.1.0

25 Mar 06:24
17680ca
Compare
Choose a tag to compare
  • channel.io eslint plugin 적용
  • curly 활성화
  • react/jsx-tag-spacing 활성화