Skip to content

Commit

Permalink
fixup! Alphabetize imports within groups
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanbeevers committed May 17, 2018
1 parent f88a222 commit aff7e4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rules/order.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ function reportOutOfOrder(context, imported, outOfOrder, order) {
const found = imported.find(function hasHigherRank(importedItem) {
return importedItem.rank > imp.rank
})

fixOutOfOrder(context, found, imp, order)
})
}
Expand Down

0 comments on commit aff7e4e

Please sign in to comment.