Skip to content

Commit

Permalink
fix(extensions): ignorePackages by default + JS override
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss committed Aug 28, 2018
1 parent 2f1276b commit b8a5ff0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rules/base.js
Expand Up @@ -265,10 +265,9 @@ module.exports = {
'import/no-duplicates': ['error'],
'import/extensions': [
'error',
'always',
'ignorePackages',
{
js: 'never',
vue: 'ignorePackages',
},
],

Expand Down

0 comments on commit b8a5ff0

Please sign in to comment.