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.6.1
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.7.0
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on May 24, 2017

  1. Extract isAbsolutePath from importTypes helper

    importTypes helper performs resolve() - which does not look needed for the no-absolute-path rule.
    
    Additionally, the absolute condition only seems like it was used for no-absolute-path.
    
    Finally, all the tests continue to pass.
    Joachim Seminck committed May 24, 2017
    Configuration menu
    Copy the full SHA
    3e8438e View commit details
    Browse the repository at this point in the history
  2. Rename funtion reportIfMissing to reportIfAbsolute

    The old name seems wrong. Probably copied from no-extraneuous-dependencies
    Joachim Seminck committed May 24, 2017
    Configuration menu
    Copy the full SHA
    5aa2fe0 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2017

  1. PR note fixes

    benmosher committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    e4b8884 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f70d127 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dc4451 View commit details
    Browse the repository at this point in the history
  4. changelog note for #843

    benmosher committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    ee5a986 View commit details
    Browse the repository at this point in the history
  5. bump to v2.7.0

    benmosher committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    c9dd91d View commit details
    Browse the repository at this point in the history
Loading