Skip to content

v6.16.0

Latest
Compare
Choose a tag to compare
@sunyoungBae sunyoungBae released this 13 Dec 07:09
930f697

7월 4일, 12월 5일 논의 결과

no-useless-assignment 규칙 추가

  • 2(에러 발생)로 적용

no-fallthrough 규칙에 reportUnusedFallthroughComment 옵션 추가

  • true로 적용

no-unused-varsignoreClassWithStaticInitBlock 옵션 추가

  • false로 적용

no-extra-boolean-cast에서 enforceForLogicOperands 옵션이 제거되고 enforceForInnerExpressions옵션으로 대체됨

  • true로 적용

no-misleading-character-class에서 allowEscape 옵션 추가

  • false 적용

complexity 규칙에 variant 옵션 추가

  • ["warning", { "max": 4, variant: "modified" }로 적용