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 no-implicit-any-catch rule #2202

Merged
merged 18 commits into from Aug 21, 2020

Commits on Jun 22, 2020

  1. Copy the full SHA
    d61ed9d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    81fbc88 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a19c245 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    076e8ef View commit details
    Browse the repository at this point in the history
  5. Update packages/eslint-plugin/docs/rules/no-implicit-any-catch.md

    Co-authored-by: Glen <glen.84@gmail.com>
    phiresky and glen-84 committed Jun 22, 2020
    Copy the full SHA
    4fbde9b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4ba7d61 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    cb5be10 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. fix(typescript-estree): no-implicit-any-cache: add commented out type…

    …s to doc to work around prettier force formatting
    phiresky committed Jul 3, 2020
    Copy the full SHA
    75533af View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3aa4c07 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ce0a8a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Copy the full SHA
    d89ccd3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    27af1e5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    22282b1 View commit details
    Browse the repository at this point in the history
  4. fix type error

    bradzacher committed Jul 13, 2020
    Copy the full SHA
    61dcd4e View commit details
    Browse the repository at this point in the history
  5. update snaps

    bradzacher committed Jul 13, 2020
    Copy the full SHA
    acc2bde View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. Merge branch 'master' into pr/phiresky/2202

    # Conflicts:
    #	packages/typescript-estree/src/convert.ts
    #	packages/typescript-estree/tests/ast-alignment/fixtures-to-test.ts
    #	packages/typescript-estree/tests/lib/__snapshots__/semantic-diagnostics-enabled.test.ts.snap
    #	packages/typescript-estree/tests/lib/__snapshots__/typescript.ts.snap
    bradzacher committed Jul 19, 2020
    Copy the full SHA
    92f0d95 View commit details
    Browse the repository at this point in the history
  2. fix recommended config

    bradzacher committed Jul 19, 2020
    Copy the full SHA
    eb14de8 View commit details
    Browse the repository at this point in the history
  3. update readme


    bradzacher committed Jul 19, 2020
    Copy the full SHA
    3f724c4 View commit details
    Browse the repository at this point in the history