chore: init read-star monorepo
This commit is contained in:
16
packages/eslint-config/package.json
Normal file
16
packages/eslint-config/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user