33 lines
741 B
JSON
33 lines
741 B
JSON
{
|
|
"name": "@antfu/eslint-config-ts",
|
|
"version": "0.2.8",
|
|
"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.8",
|
|
"@typescript-eslint/eslint-plugin": "2.10.0",
|
|
"@typescript-eslint/parser": "^2.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.0.1",
|
|
"typescript": "^3.7.1-rc"
|
|
},
|
|
"gitHead": "bd0460759c73f7fcdf32570f40a13e37ab6961c0"
|
|
}
|