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

feat: convert to native ESM module #1038

Merged
merged 12 commits into from Nov 13, 2021
Merged

feat: convert to native ESM module #1038

merged 12 commits into from Nov 13, 2021

Commits on Nov 13, 2021

  1. feat: convert to native ESM module

    BREAKING CHANGE: _lint-staged_ is now a pure ESM module, and thus
    requires Node.js version `^12.20.0 || ^14.13.1 || >=16.0.0`.
    iiroj committed Nov 13, 2021
    Copy the full SHA
    a1b12ff View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7700521 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2c58599 View commit details
    Browse the repository at this point in the history
  4. refactor: use named exports

    iiroj committed Nov 13, 2021
    Copy the full SHA
    881e132 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0487288 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ef9925c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6baaf74 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    eead5e3 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2752f1a View commit details
    Browse the repository at this point in the history
  10. style: enable import/order rule

    iiroj committed Nov 13, 2021
    Copy the full SHA
    08f52f6 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    e360ab6 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    557ddf3 View commit details
    Browse the repository at this point in the history