2019-07-18 04:11:55 +08:00
|
|
|
{
|
|
|
|
"name": "@antfu/eslint-config-ts",
|
2019-07-19 14:42:00 +08:00
|
|
|
"version": "0.2.2",
|
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": {
|
|
|
|
"eslint": ">=5.16.0",
|
|
|
|
"typescript": ">=3.5"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-07-18 04:12:18 +08:00
|
|
|
"@antfu/eslint-config": "^0.2.0",
|
2019-07-18 04:11:55 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "1.11.0",
|
|
|
|
"@typescript-eslint/parser": "^1.10.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^6.0.1",
|
|
|
|
"typescript": "^3.5.3"
|
|
|
|
},
|
|
|
|
"gitHead": "bd0460759c73f7fcdf32570f40a13e37ab6961c0"
|
|
|
|
}
|