Skip to content

Commit

Permalink
Document options required to match ordering example
Browse files Browse the repository at this point in the history
  • Loading branch information
silviogutierrez committed Feb 18, 2021
1 parent f2db74a commit edd6e75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/rules/order.md
Expand Up @@ -2,7 +2,8 @@

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.
The order is as shown in the following example:

With the [`groups`](#groups-array) option set to `["builtin", "external", "internal", "parent", "sibling", "index", "object"]` the order is as shown in the following example:

```js
// 1. node "builtin" modules
Expand Down

0 comments on commit edd6e75

Please sign in to comment.