Skip to content

Commit

Permalink
disable prettier option until vue compat release
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 3, 2018
1 parent b1e858e commit 25e1d2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/@vue/cli/lib/promptModules/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ module.exports = cli => {
name: 'ESLint + Standard config',
value: 'standard',
short: 'Standard'
},
{
name: 'ESLint + Prettier',
value: 'prettier',
short: 'Prettier'
}
// {
// name: 'ESLint + Prettier',
// value: 'prettier',
// short: 'Prettier'
// }
]
})

Expand Down

0 comments on commit 25e1d2f

Please sign in to comment.