eslint-config/package.json

19 lines
483 B
JSON
Raw Permalink Normal View History

2019-07-18 03:27:54 +08:00
{
2020-07-18 22:13:58 +08:00
"name": "@antfu/eslint-config-monorepo",
"version": "0.1.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
2020-07-18 22:13:58 +08:00
"private": true,
2019-07-18 03:27:54 +08:00
"scripts": {
2020-07-18 22:08:29 +08:00
"preinstall": "npx only-allow pnpm",
2020-08-12 20:08:06 +08:00
"lint": "npx eslint --ext .js --fix .",
2020-08-12 19:42:59 +08:00
"release": "lerna publish --conventional-commits"
},
"devDependencies": {
2020-08-12 19:42:30 +08:00
"@antfu/eslint-config": "*",
2021-03-13 21:11:35 +08:00
"eslint": "^7.22.0",
"lerna": "^4.0.0",
"typescript": "^4.2.3"
2019-07-18 03:27:54 +08:00
}
}