Skip to content

Commit ceb8e65

Browse files
chore: release eslint-plugin-import-x (#131)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 783558e commit ceb8e65

File tree

4 files changed

+18
-20
lines changed

4 files changed

+18
-20
lines changed

.changeset/great-dodos-dream.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/tasty-colts-cover.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# eslint-plugin-import-x
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [#122](https://github.com/un-ts/eslint-plugin-import-x/pull/122) [`cd52e86`](https://github.com/un-ts/eslint-plugin-import-x/commit/cd52e86f44754b4dd0c1aae1e9fd5e952e90938f) Thanks [@michaelfaith](https://github.com/michaelfaith)! - Add ESLint flat configuration presets. You can access them with:
8+
9+
```ts
10+
import eslintPluginImportX from "eslint-plugin-import-x";
11+
12+
eslintPluginImportX.flatConfigs.recommended;
13+
eslintPluginImportX.flatConfigs.react;
14+
eslintPluginImportX.flatConfigs.typescript;
15+
eslintPluginImportX.flatConfigs.electron;
16+
```
17+
18+
- [#132](https://github.com/un-ts/eslint-plugin-import-x/pull/132) [`9948c78`](https://github.com/un-ts/eslint-plugin-import-x/commit/9948c7894758dd461f6d75b89c6425fee304789a) Thanks [@SukkaW](https://github.com/SukkaW)! - Added `no-rename-default` that forbid importing a default export by a different name. Originally created by @whitneyit, ported by @SukkaW
19+
320
## 4.0.0
421

522
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import-x",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Import with sanity.",
55
"repository": "git+https://github.com/un-ts/eslint-plugin-import-x",
66
"author": "JounQin <[email protected]> (https://www.1stG.me)",

0 commit comments

Comments
 (0)