From e7a24ff7a8bff2f677ac9d51e06201d19509d5cc Mon Sep 17 00:00:00 2001 From: Matthew LaForest Date: Fri, 21 Oct 2016 20:43:35 -0400 Subject: [PATCH] Add internal to default order groups to match docs --- src/rules/order.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rules/order.js b/src/rules/order.js index da4cae1ae..02a933932 100644 --- a/src/rules/order.js +++ b/src/rules/order.js @@ -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