Releases: channel-io/eslint-config
Releases · channel-io/eslint-config
v1.5.0
Fixes
- peerDependency > typescript-eslint > 버전 업그레이드 (v4 -> v5) (#61) @jeff-tbd
Enhancement
- no-translate-with-template-literal 을 error로 수정 (#72) @dinohan
v1.4.1
Enhancement
Internal Dependencies
- @channel.io/eslint-plugin 1.2.1 업데이트 (#50)
v1.4.0
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
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
Enhancements
- Add rule: react/jsx-key (#27) (@axel)
- Add rule: import/no-named-default, @typescript-eslint/consistent-type-imports (#25) (@dugi)
v1.1.2
- prefer-arrow-callback 설정 수정하여 named function을 callback으로 만들 수 있도록 변경 (#20) (@daniel)
v1.1.1
- eslint-plugin에 새로 추가된 rule 반영
v1.1.0
- channel.io eslint plugin 적용
- curly 활성화
- react/jsx-tag-spacing 활성화