2019-07-18 04:11:55 +08:00
|
|
|
{
|
|
|
|
"name": "@antfu/eslint-config-ts",
|
2020-01-30 17:47:36 +08:00
|
|
|
"version": "0.2.11",
|
2019-07-18 04:11:55 +08:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint . --config=index.js"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2019-10-29 09:35:48 +08:00
|
|
|
"eslint": ">=6.6.0",
|
|
|
|
"typescript": ">=3.6"
|
2019-07-18 04:11:55 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-01-30 17:47:36 +08:00
|
|
|
"@antfu/eslint-config": "^0.2.11",
|
2020-06-01 08:53:38 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "3.0.2",
|
2020-05-25 08:47:39 +08:00
|
|
|
"@typescript-eslint/parser": "^3.0.0"
|
2019-07-18 04:11:55 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-05-11 08:31:26 +08:00
|
|
|
"eslint": "^7.0.0",
|
2019-10-29 09:35:48 +08:00
|
|
|
"typescript": "^3.7.1-rc"
|
2019-07-18 04:11:55 +08:00
|
|
|
},
|
|
|
|
"gitHead": "bd0460759c73f7fcdf32570f40a13e37ab6961c0"
|
|
|
|
}
|