Skip to content

Commit

Permalink
Update recommended.js (#1066)
Browse files Browse the repository at this point in the history
Closes #1063
  • Loading branch information
briandipalma authored and benmosher committed Apr 9, 2018
1 parent f0b4f3e commit 121b9e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ module.exports = {
// red flags (thus, warnings)
'import/no-named-as-default': 'warn',
'import/no-named-as-default-member': 'warn',
'import/no-duplicates': 'warn',
'import/unambiguous': 'warn',
'import/no-duplicates': 'warn'
},

// need all these for parsing dependencies (even if _your_ code doesn't need
Expand Down

0 comments on commit 121b9e1

Please sign in to comment.