From 743bd5bbf5672b62d923c882c1565201a18046c5 Mon Sep 17 00:00:00 2001 From: Nicolas Charpentier Date: Mon, 25 Oct 2021 15:51:11 -0400 Subject: [PATCH] [Docs]: order: add type to the default groups --- docs/rules/order.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/order.md b/docs/rules/order.md index e320ee0c87..a1bae0b16c 100644 --- a/docs/rules/order.md +++ b/docs/rules/order.md @@ -3,7 +3,7 @@ Enforce a convention in the order of `require()` / `import` statements. +(fixable) The `--fix` option on the [command line] automatically fixes problems reported by this rule. -With the [`groups`](#groups-array) option set to `["builtin", "external", "internal", "parent", "sibling", "index", "object"]` the order is as shown in the following example: +With the [`groups`](#groups-array) option set to `["builtin", "external", "internal", "parent", "sibling", "index", "object", "type"]` the order is as shown in the following example: ```js // 1. node "builtin" modules