We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5e117 commit 49a2c72Copy full SHA for 49a2c72
packages/@vue/cli-plugin-eslint/generator/index.js
@@ -117,7 +117,7 @@ const applyTS = module.exports.applyTS = api => {
117
}
118
},
119
devDependencies: {
120
- '@vue/eslint-config-typescript': '^3.2.1'
+ '@vue/eslint-config-typescript': '^4.0.0'
121
122
})
123
packages/@vue/eslint-config-typescript/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vue/eslint-config-typescript",
3
- "version": "3.2.1",
+ "version": "4.0.0",
4
"description": "eslint-config-typescript for vue-cli",
5
"main": "index.js",
6
"publishConfig": {
0 commit comments