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.12.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.13.0
Choose a head ref
  • 7 commits
  • 17 files changed
  • 5 contributors

Commits on Mar 14, 2017

  1. [webpack] log a useful error in a module bug arises

    is not the root cause of #767, but it at least makes it possible for folks to figure out real fast what is causing the error.
    fix #767
    mattkrick authored and ljharb committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    cdb328c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. No relative parent imports rule (#1093)

    * No relative parent imports rule
    
    * Fix test
    
    * Add tests for require()
    
    * Add support for dynamic imports
    
    * Typo
    
    * Removes `src/core/staticImport` and adds support for dynamic imports to `utils/moduleVisitor` instead.
    
    * Make the error messages more actionable.
    
    * Add a lot more detail around how to fix errors in the docs.
    
    * docs grammar
    
    * docs grammar
    chrislloyd authored and benmosher committed May 17, 2018
    Configuration menu
    Copy the full SHA
    e6f5c13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebafcbf View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2018

  1. [New] Add ESLint 5 support

    ai authored and ljharb committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    add69cf View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2018

  1. [Tests] on node v10

    ljharb committed Jun 24, 2018
    Configuration menu
    Copy the full SHA
    59fc04e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9db789b View commit details
    Browse the repository at this point in the history
  3. changelog/package bumps

    ljharb committed Jun 24, 2018
    Configuration menu
    Copy the full SHA
    c34f14f View commit details
    Browse the repository at this point in the history
Loading