chore: init read-star monorepo

This commit is contained in:
2026-01-16 13:06:44 +08:00
commit 1e510efe8e
508 changed files with 44803 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"name": "@read-star/eslint-config",
"type": "module",
"version": "1.0.0",
"description": "Read-Star ESLint config based on Antfu",
"main": "./src/index.js",
"files": [
"src"
],
"dependencies": {
"@antfu/eslint-config": "^3.12.0"
},
"devDependencies": {
"typescript": "^5.0.0"
}
}