Skip to content

Commit

Permalink
chore: an attempt to bump eslint-plugin-import-x into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jul 6, 2024
1 parent 2d45869 commit baa085e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .changeset/shiny-birds-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"eslint-plugin-import-x": major
---

`eslint-plugin-import-x` is a fork of `eslint-plugin-import` that aims to provide a more performant and more lightweight version of the original plugin.

Due to the nature of the fork, all `eslint-plugin-import`'s git tags and releases have been copied over to `eslint-plugin-import-x`. This causes version conflicts when publishing new versions of `eslint-plugin-import-x`.

To prevent this, we have decided to publish a new major version of `eslint-plugin-import-x` that will not conflict with the original `eslint-plugin-import`'s versions.

See also https://github.com/un-ts/eslint-plugin-import-x/issues/76

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-import-x",
"version": "0.5.3",
"version": "2.0.0",
"description": "Import with sanity.",
"repository": "git+https://github.com/un-ts/eslint-plugin-import-x",
"author": "JounQin <admin@1stg.me> (https://www.1stG.me)",
Expand Down

0 comments on commit baa085e

Please sign in to comment.