Skip to content

Commit

Permalink
feat: include eslint:recommended in prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Feb 7, 2018
1 parent 8e8981b commit e261718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@vue/eslint-config-prettier/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
plugins: ['prettier'],
extends: [
'eslint:recommended',
require.resolve('eslint-config-prettier')
],
rules: {
Expand Down

0 comments on commit e261718

Please sign in to comment.