eslint-config/package.json

19 lines
494 B
JSON
Raw 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",
"license": "MIT",
2021-03-15 01:53:40 +08:00
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
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",
2021-03-15 01:53:40 +08:00
"lint": "npx eslint --ext .js,.json,.vue --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-09-08 05:16:50 +08:00
"eslint": "^7.32.0",
2021-03-13 21:11:35 +08:00
"lerna": "^4.0.0",
2021-09-14 10:18:34 +08:00
"typescript": "^4.4.3"
2019-07-18 03:27:54 +08:00
}
}