8000 Comparing v4.13.3...v4.14.0 · antfu/eslint-config · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: antfu/eslint-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.13.3
Choose a base ref
...
head repository: antfu/eslint-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.14.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Jun 6, 2025

  1. chore: update deps

    antfu committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    dad9a58 View commit details
    Browse the repository at this point in the history
  2. fix: remove eslint-plugin-import-x

    Consider we don't really use a lot feature from import-x, while it's rather heavy and recently introduced some binary package. I think it's better to avoid using it and keep this config lightweight and more portable.
    
    - `import/consistent-type-specifier-style` -> `ts/consistent-type-imports`
    - `import/no-duplicates` -> `antfu/import-dedupe`
    - `import/newline-after-import` -> `style/padding-line-between-statements`
    
    for the other rules, I found their are not always strictly necessary. I am trying to remove them and see how it would affect the DX, and might bring back some of them if needed.
    antfu committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    db5a31d View commit details
    Browse the repository at this point in the history
  3. chore: release v4.14.0

    antfu committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    0f7c22f View commit details
    Browse the repository at this point in the history
Loading
0