eslint-config/package.json
2020-08-12 19:43:48 +08:00

18 lines
439 B
JSON

{
"name": "@antfu/eslint-config-monorepo",
"version": "0.1.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"release": "lerna publish --conventional-commits"
},
"devDependencies": {
"@antfu/eslint-config": "*",
"eslint": "^7.6.0",
"lerna": "^3.22.1",
"typescript": "^3.9.7"
}
}