eslint-config/packages/typescript/package.json
Anthony Fu 24e025c12d v0.3.1
2020-08-12 19:56:23 +08:00

25 lines
546 B
JSON

{
"name": "@antfu/eslint-config-ts",
"version": "0.3.1",
"description": "",
"main": "index.js",
"keywords": [],
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"files": [
"index.js"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"eslint": ">=7.4.0",
"typescript": ">=3.9"
},
"dependencies": {
"@antfu/eslint-config-basic": "^0.3.0",
"@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "^3.9.0"
}
}