Skip to content

Commit 19f10aa

Browse files
authoredJul 11, 2024··
chore: an attempt to bump eslint-plugin-import-x into 3.x (#106)
1 parent eb5a673 commit 19f10aa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎.changeset/shiny-birds-design.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"eslint-plugin-import-x": major
3+
---
4+
5+
`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.
6+
7+
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`.
8+
9+
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.
10+
11+
See also https://github.com/un-ts/eslint-plugin-import-x/issues/76
12+

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import-x",
3-
"version": "0.5.3",
3+
"version": "2.0.0",
44
"description": "Import with sanity.",
55
"repository": "git+https://github.com/un-ts/eslint-plugin-import-x",
66
"author": "JounQin <admin@1stg.me> (https://www.1stG.me)",

0 commit comments

Comments
 (0)