31 lines
934 B
JSON
31 lines
934 B
JSON
{
|
|
"name": "@antfu/eslint-config",
|
|
"version": "0.1.0",
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"postinstall": "lerna bootstrap",
|
|
"lint": "lerna run lint",
|
|
"lint:fix": "lerna run lint -- -- --fix",
|
|
"release": "lerna publish --conventional-commits --graph-type all -y"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.2.6",
|
|
"eslint": "^7.0.0",
|
|
"lerna": "^3.18.3",
|
|
"typescript": "^3.7.1-rc"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "2.33.0",
|
|
"@typescript-eslint/parser": "^2.6.0",
|
|
"eslint-config-standard": "^14.1.0",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"eslint-plugin-node": "^11.0.0",
|
|
"eslint-plugin-nuxt": "1.0.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"eslint-plugin-unicorn": "^19.0.0",
|
|
"eslint-plugin-vue": "6.2.2"
|
|
}
|
|
}
|