Skip to content

Commit

Permalink
[Docs] order: improve the documentation for the `pathGroupsExcluded…
Browse files Browse the repository at this point in the history
…ImportTypes` option
  • Loading branch information
liby committed Jul 18, 2021
1 parent 1012eb9 commit 3044395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/rules/order.md
Expand Up @@ -132,6 +132,7 @@ Properties of the objects

This defines import types that are not handled by configured pathGroups.
This is mostly needed when you want to handle path groups that look like external imports.
This option allows more than only `groups`(e.g., `builtin`, `external`, etc.), you can also use `patterns`(e.g., `react`, `react-router-dom`, etc).

Example:
```json
Expand Down

0 comments on commit 3044395

Please sign in to comment.