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 c615110 commit 592b305Copy full SHA for 592b305
packages/@vue/cli-plugin-eslint/migrator/index.js
@@ -35,7 +35,7 @@ module.exports = async (api) => {
35
name: 'confirmUpgrade',
36
type: 'confirm',
37
message:
38
- `Your current ESLint version is v${localESLintMajor}.` +
+ `Your current ESLint version is v${localESLintMajor}.\n` +
39
`The lastest major version is v6.\n` +
40
`Do you want to upgrade? (May contain breaking changes)\n`
41
}])
0 commit comments