Skip to content

Commit

Permalink
Merge pull request #94 from algolia/fix/vue-plugin
Browse files Browse the repository at this point in the history
fix(Vue): add Vue plugin to the list
  • Loading branch information
samouss committed Aug 27, 2018
2 parents 27b0bba + f42bc1d commit 937178b
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 937178b

Please sign in to comment.