This commit is contained in:
Anthony Fu
2020-10-21 14:39:50 +08:00
parent 9755c28da2
commit 0378f3d423
6 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-ts",
"version": "0.3.4",
"version": "0.4.0",
"description": "",
"main": "index.js",
"keywords": [],
@@ -17,7 +17,7 @@
"typescript": ">=3.9"
},
"dependencies": {
"@antfu/eslint-config-basic": "^0.3.4",
"@antfu/eslint-config-basic": "^0.4.0",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0"
},