Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: import-js/eslint-plugin-import
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.18.0
Choose a base ref
...
head repository: import-js/eslint-plugin-import
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.18.1
Choose a head ref
  • 14 commits
  • 30 files changed
  • 6 contributors

Commits on Jun 29, 2019

  1. Configuration menu
    Copy the full SHA
    bb9ba24 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    6512110 View commit details
    Browse the repository at this point in the history
  2. [Fix] no-unused-modules: Exclude package "main"/"bin"/"browser" ent…

    …ry points
    
    Fixes #1327.
    rfermann authored and ljharb committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    1caa402 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. fix: Improve parse perf when using @typescript-eslint/parser

    Fixes #1408
    See the above issue for justification.
    bradzacher authored and ljharb committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    32704da View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. [fix] export: false positive for typescript overloads

    Fixes #1357.
    chiawendt authored and ljharb committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    22d5440 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Configuration menu
    Copy the full SHA
    118afd4 View commit details
    Browse the repository at this point in the history
  2. [Refactor] importType: remove use of cond

    Using normal JS makes for far more understandable and maintainable code.
    ljharb committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    c5078ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a38fd4 View commit details
    Browse the repository at this point in the history
  4. [Refactor] no-extraneous-dependencies: remove the last bit of lodash

    Using `.length` is clearer than a polymorphic `isEmpty`.
    ljharb committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    d3a3fa5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    752dcd5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5abd5ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4e3f1b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Configuration menu
    Copy the full SHA
    3b21de6 View commit details
    Browse the repository at this point in the history
  2. Bump to v2.18.1

    ljharb committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    b51aa2f View commit details
    Browse the repository at this point in the history
Loading