Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

prefer-conditional-expression: don't check else-if by default #2963

Merged
merged 2 commits into from
Aug 7, 2017
Merged

prefer-conditional-expression: don't check else-if by default #2963

merged 2 commits into from
Aug 7, 2017

Commits on Jun 27, 2017

  1. prefer-conditional-expression: don't check else-if by default

    [rule-change] `prefer-conditional-expression`: ignore `if-else-if` by default. Use the new `"check-else-if"` option to check nested if statements
    [new-rule-option]: `prefer-conditional-expression` adds `check-else-if`
    Fixes: #2899
    ajafff committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    4bb8492 View commit details
    Browse the repository at this point in the history
  2. Update docs

    ajafff committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    75c5721 View commit details
    Browse the repository at this point in the history