eslint-config/packages/typescript/package.json
2020-02-24 02:00:19 +00:00

33 lines
743 B
JSON

{
"name": "@antfu/eslint-config-ts",
"version": "0.2.11",
"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": ">=6.6.0",
"typescript": ">=3.6"
},
"dependencies": {
"@antfu/eslint-config": "^0.2.11",
"@typescript-eslint/eslint-plugin": "2.20.0",
"@typescript-eslint/parser": "^2.6.0"
},
"devDependencies": {
"eslint": "^6.0.1",
"typescript": "^3.7.1-rc"
},
"gitHead": "bd0460759c73f7fcdf32570f40a13e37ab6961c0"
}