chore: bump eslint deps (#4722)

This commit is contained in:
neverland
2019-10-14 21:01:32 +08:00
committed by GitHub
parent 8ad1b13e18
commit 6e152f3b7a
6 changed files with 260 additions and 162 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@vant/eslint-config",
"version": "1.2.5",
"version": "1.3.0",
"description": "eslint config of vant.",
"main": "index.js",
"publishConfig": {
@@ -12,10 +12,10 @@
"eslint": "^6.0.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",
"babel-eslint": "^10.0.2",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-vue": "^5.2.3"
}