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
base: 878ce6efd055cb13c0cdd15123ae2734a5832ace
Choose a base ref
...
head repository: import-js/eslint-plugin-import
compare: bdda0691cf703f13f6472b6e824d5168343dd52e
Choose a head ref
  • 14 commits
  • 20 files changed
  • 6 contributors

Commits on Jan 29, 2019

  1. [resolvers/webpack] [Breaking] Allow to resolve config path relative …

    …to working directory
    
    Co-Authored-By: caub <cyril.auburtin@gmail.com>
    caub authored and ljharb committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    fef718c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Configuration menu
    Copy the full SHA
    a5a277f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    843055c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. [Fix] dynamic-import-chunkname: allow single quotes to match Webpac…

    …k support
    
    Fixes #1130.
    straub authored and ljharb committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    227d9a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. [Fix] extensions/importType: Fix @/abc being treated as scoped module

    Fixes #1851
    
    Before this commit, @/abc was being wrongly detected as a scoped module.
    This was a problem when somebody had a webpack alias `@`. (eg. @ -> ./src)
    
    In general, scoped modules can't start with @/, I think they have to be like @/abcd.
    Artur Tagisow authored and ljharb committed Jul 12, 2020
    1 Configuration menu
    Copy the full SHA
    3e65a70 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

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

Commits on Aug 21, 2020

  1. [Tests] export: add tests for a name collision with export * from

    Closes #1704.
    
    Co-authored-by: Tom Prats <tom@tomify.me>
    ljharb and tomprats committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    1a67453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2d3707 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    569d726 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

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

Commits on Sep 27, 2020

  1. Configuration menu
    Copy the full SHA
    b366e50 View commit details
    Browse the repository at this point in the history
  2. [Dev Deps] update coveralls, eslint-import-resolver-typescript, `…

    …eslint-plugin-eslint-plugin`, `eslint-plugin-json`
    ljharb committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    aa42759 View commit details
    Browse the repository at this point in the history
  3. Bump to v2.22.1

    ljharb committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    bdda069 View commit details
    Browse the repository at this point in the history