Skip to content

v5.2.0

Compare
Choose a tag to compare
@chchoing88 chchoing88 released this 14 Sep 01:50
· 23 commits to master since this release
8aad74b

9월 8일 논의 결과

no-underscore-dangle 규칙에 enforceInClassFields 옵션 추가

  • 기존 no-underscore-dangle 가 off
  • true

no-use-before-define 규칙에 allowNamedExports옵션 추가

  • 기존 no-use-before-define 가 error
  • false

sort-keys 규칙에 allowLineSeparatedGroups 옵션 추가

  • 기존 sort-keys off
  • false

no-fallthrough 규칙에 allowEmptyCase 옵션 추가

  • 기존 no-fallthrough 가 error
  • false