Skip to content

Commit d120816

Browse files
committed
release(eslint-config): v1.0.2
1 parent 5286d88 commit d120816

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

packages/eslint-config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.2](https://github.com/vexip-ui/lint-config/compare/[email protected]@1.0.2) (2025-07-24)
2+
3+
4+
15
## [1.0.1](https://github.com/vexip-ui/lint-config/compare/[email protected]@1.0.1) (2025-07-24)
26

37

packages/eslint-config/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vexip-ui/eslint-config",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"type": "module",
55
"license": "MIT",
66
"author": "qmhc",
@@ -13,9 +13,14 @@
1313
"types": "dist/index.d.ts",
1414
"exports": {
1515
".": {
16-
"types": "./dist/index.d.ts",
17-
"require": "./dist/index.cjs",
18-
"import": "./dist/index.mjs"
16+
"import": {
17+
"types": "./dist/index.d.mts",
18+
"default": "./dist/index.mjs"
19+
},
20+
"default": {
21+
"types": "./dist/index.d.cts",
22+
"default": "./dist/index.cjs"
23+
}
1924
},
2025
"./package.json": "./package.json"
2126
},

0 commit comments

Comments
 (0)