eslint-config/package.json
2022-03-31 22:19:38 +08:00

18 lines
486 B
JSON

{
"name": "@antfu/eslint-config-monorepo",
"version": "0.19.2",
"private": true,
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"scripts": {
"lint": "eslint .",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public"
},
"devDependencies": {
"@antfu/eslint-config": "*",
"bumpp": "^7.1.1",
"eslint": "^8.12.0",
"typescript": "^4.6.3"
}
}