fix: narrow the eslint peer dep version range, avoiding npm 7 error (#5962)

This commit is contained in:
Haoqun Jiang
2020-10-15 15:24:21 +08:00
committed by GitHub
parent 597b4b6436
commit d77fa6a273

View File

@@ -32,6 +32,6 @@
},
"peerDependencies": {
"@vue/cli-service": "^3.0.0 || ^4.0.0-0",
"eslint": ">= 1.6.0"
"eslint": ">= 1.6.0 < 7.0.0"
}
}