Skip to content

Commit

Permalink
fix(Vue): add Vue plugin to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss committed Aug 27, 2018
1 parent 27b0bba commit f42bc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.js
Expand Up @@ -28,7 +28,7 @@ module.exports = {
'prettier',
'./rules/vue.js',
],
plugins: ['import', 'prettier'],
plugins: ['import', 'prettier', 'vue'],
settings: {
'import/extensions': ['.js'],
},
Expand Down

0 comments on commit f42bc1d

Please sign in to comment.