Skip to content

Commit 04aaa14

Browse files
authored
chore: introduce rsbuild-plugin-publint (#23)
* chore: introduce rsbuild-plugin-publint * chore: add changeset
1 parent 42a8bad commit 04aaa14

File tree

4 files changed

+56
-47
lines changed

4 files changed

+56
-47
lines changed

.changeset/chatty-birds-feel.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"sideEffects": false,
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/lynx-community/reactlynx-use.git"
9+
"url": "git+https://github.com/lynx-community/reactlynx-use.git"
1010
},
11+
"license": "Apache-2.0",
1112
"exports": {
1213
".": {
1314
"types": "./dist/index.d.ts",
@@ -48,6 +49,7 @@
4849
"husky": "^9.1.7",
4950
"jsdom": "^27.1.0",
5051
"lint-staged": "^16.2.6",
52+
"rsbuild-plugin-publint": "^0.3.3",
5153
"typescript": "^5.9.3",
5254
"vitest": "^3.2.4"
5355
},

0 commit comments

Comments
 (0)