Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(eslint-plugin): add switch-exhaustiveness-check rule #972

Merged
merged 25 commits into from Feb 3, 2020

Commits on Sep 13, 2019

  1. Copy the full SHA
    c774e87 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    185d0ec View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8b48f7a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    65832fc View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Copy the full SHA
    3fdd117 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Copy the full SHA
    7f68282 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    89f44e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Copy the full SHA
    0dccf0e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e4a9538 View commit details
    Browse the repository at this point in the history
  3. feat(esling-plugin): bring back fixer for suggestions

    instead of autofixing
    
    This reverts commit e4a9538.
    cust0dian committed Jan 23, 2020
    Copy the full SHA
    92a68d6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0c2c832 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5c0ad61 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Merge pull request #1 from cust0dian/switch-exhaustiveness-check

    Requested changes for switch-exhaustiveness-check
    drets committed Jan 24, 2020
    Copy the full SHA
    1f34107 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    87c4c80 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d7f6928 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2591e71 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Copy the full SHA
    a66e431 View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): improve fixer to handle the case

    of no cases in switch statement and add tests for suggestions
    cust0dian committed Jan 30, 2020
    Copy the full SHA
    cb05877 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a031253 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fc7a8cd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    dfbd62c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c569ded View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Copy the full SHA
    c9b8d7b View commit details
    Browse the repository at this point in the history
  2. update docs

    bradzacher committed Feb 3, 2020
    Copy the full SHA
    0b3317f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6611091 View commit details
    Browse the repository at this point in the history