Skip to content

Commit 4ed12bc

Browse files
committed
🎉 feat: input
1 parent f13be9b commit 4ed12bc

File tree

19 files changed

+533
-7383
lines changed

19 files changed

+533
-7383
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "@antfu",
3-
"ignorePatterns": ["!.*", "dist", "node_modules"]
3+
// "ignorePatterns": ["!.*", "dist", "node_modules", "*.yml"]
44
}

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
"@microsoft/api-extractor": "^7.34.4",
2323
"@types/fs-extra": "^11.0.1",
2424
"@types/node": "^18.15.12",
25-
"@typescript-eslint/eslint-plugin": "^5.59.7",
26-
"@typescript-eslint/parser": "^5.59.7",
2725
"eslint": "^8.38.0",
2826
"execa": "^7.1.1",
2927
"fast-glob": "^3.2.12",

packages/@react/.eslintrc

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
22
"extends": "@antfu"
3+
// "extends": [
4+
// "eslint:recommended",
5+
// "plugin:@typescript-eslint/recommended",
6+
// "plugin:react-hooks/recommended"
7+
// ],
8+
// "parser": "@typescript-eslint/parser",
9+
// "plugins": ["react-refresh", "@typescript-eslint/eslint-plugin"]
310
}

packages/@react/.github/FUNDING.yml

-1
This file was deleted.

packages/@react/package.json

+1-12
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,13 @@
3232
},
3333
"devDependencies": {
3434
"@antfu/eslint-config": "^0.39.3",
35-
"@antfu/ni": "^0.21.3",
36-
"@antfu/utils": "^0.7.2",
37-
"@types/node": "^18.16.15",
3835
"@types/react": "^18.2.7",
3936
"@types/react-dom": "^18.2.4",
4037
"@vitejs/plugin-react-swc": "^3.3.1",
41-
"bumpp": "^9.1.0",
42-
"eslint": "^8.41.0",
43-
"esno": "^0.16.3",
44-
"lint-staged": "^13.2.2",
45-
"pnpm": "^8.5.1",
4638
"react": "^18.2.0",
4739
"react-dom": "^18.2.0",
48-
"rimraf": "^5.0.1",
49-
"simple-git-hooks": "^2.8.1",
5040
"typescript": "^5.0.4",
51-
"unbuild": "^1.2.1",
52-
"vite": "^4.3.8",
41+
"vite": "^4.3.9",
5342
"vite-plugin-dts": "^2.3.0",
5443
"vite-plugin-libcss": "^1.0.6",
5544
"vitest": "^0.31.1"

0 commit comments

Comments
 (0)