Skip to content

Commit

Permalink
chore: add newline in prompt message
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Jan 27, 2020
1 parent c615110 commit 592b305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-eslint/migrator/index.js
Expand Up @@ -35,7 +35,7 @@ module.exports = async (api) => {
name: 'confirmUpgrade',
type: 'confirm',
message:
`Your current ESLint version is v${localESLintMajor}.` +
`Your current ESLint version is v${localESLintMajor}.\n` +
`The lastest major version is v6.\n` +
`Do you want to upgrade? (May contain breaking changes)\n`
}])
Expand Down

0 comments on commit 592b305

Please sign in to comment.