18 lines
441 B
JSON
18 lines
441 B
JSON
{
|
|
"name": "@antfu/eslint-config-monorepo",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"lint": "eslint .",
|
|
"release": "lerna publish --conventional-commits"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "*",
|
|
"eslint": "^8.11.0",
|
|
"lerna": "^4.0.0",
|
|
"typescript": "^4.6.2"
|
|
}
|
|
}
|