chore: add newline in prompt message

This commit is contained in:
Haoqun Jiang
2020-01-27 23:18:22 +08:00
parent c6151103b4
commit 592b305d7e
@@ -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`
}])