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

Add prefer-export-from rule #1453

Merged
merged 24 commits into from Nov 1, 2021
Merged

Commits on Jul 27, 2021

  1. Add prefer-export-from rule

    fisker committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    7731e23 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Tweak

    fisker committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    c43e041 View commit details
    Browse the repository at this point in the history
  2. Fix wrong fix

    fisker committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    98080b3 View commit details
    Browse the repository at this point in the history
  3. Improve

    fisker committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    bc28246 View commit details
    Browse the repository at this point in the history
  4. Docs and messages

    fisker committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    a29d3b2 View commit details
    Browse the repository at this point in the history
  5. Minor tweak

    fisker committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    eee5ab6 View commit details
    Browse the repository at this point in the history
  6. Word

    fisker committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    8bf20f8 View commit details
    Browse the repository at this point in the history
  7. Revert package.json change

    fisker committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    66541fe View commit details
    Browse the repository at this point in the history
  8. Docs and messages

    fisker committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    34f0d88 View commit details
    Browse the repository at this point in the history
  9. Exclude ExportSpecifier

    fisker committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    5b09e69 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    cd860f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc3b7b View commit details
    Browse the repository at this point in the history
  3. Simplify fix

    fisker committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    d41b586 View commit details
    Browse the repository at this point in the history
  4. Refactor

    fisker committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    925186b View commit details
    Browse the repository at this point in the history
  5. Simplify

    fisker committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    5e6f62a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6495540 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Merge branch 'main' into prefer-export-from

    # Conflicts:
    #	index.js
    fisker committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    06be4c2 View commit details
    Browse the repository at this point in the history
  2. Update snapshot

    fisker committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    0308b6b View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
    fisker and sindresorhus committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    8408637 View commit details
    Browse the repository at this point in the history
  4. Add tests for used imports

    fisker committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    a050784 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'prefer-export-from' of github.com:fisker/eslint-plugin-…

    …unicorn into prefer-export-from
    fisker committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    c9edd00 View commit details
    Browse the repository at this point in the history
  6. Style

    fisker committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    02cc4d5 View commit details
    Browse the repository at this point in the history
  7. Fix codebase

    fisker committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    655ba25 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e55bd5 View commit details
    Browse the repository at this point in the history