Skip to content

Commit 592b305

Browse files
committed
chore: add newline in prompt message
1 parent c615110 commit 592b305

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-plugin-eslint/migrator

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-eslint/migrator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = async (api) => {
3535
name: 'confirmUpgrade',
3636
type: 'confirm',
3737
message:
38-
`Your current ESLint version is v${localESLintMajor}.` +
38+
`Your current ESLint version is v${localESLintMajor}.\n` +
3939
`The lastest major version is v6.\n` +
4040
`Do you want to upgrade? (May contain breaking changes)\n`
4141
}])

0 commit comments

Comments
 (0)