eslint-config/package.json
2022-03-07 16:47:31 +08:00

19 lines
492 B
JSON

{
"name": "@antfu/eslint-config-monorepo",
"version": "0.1.0",
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"lint": "npx eslint --ext .js,.json,.vue,.md .",
"release": "lerna publish --conventional-commits"
},
"devDependencies": {
"@antfu/eslint-config": "*",
"eslint": "^8.10.0",
"lerna": "^4.0.0",
"typescript": "^4.6.2"
}
}