Skip to content

Commit

Permalink
Add internal to default order groups to match docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mudetroit committed Oct 22, 2016
1 parent 2cbd801 commit e7a24ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/order.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import importType from '../core/importType'
import isStaticRequire from '../core/staticRequire'

const defaultGroups = ['builtin', 'external', 'parent', 'sibling', 'index']
const defaultGroups = ['builtin', 'external', 'internal', 'parent', 'sibling', 'index']

// REPORTING

Expand Down

0 comments on commit e7a24ff

Please sign in to comment.