Skip to content

Documented defaults for import/order groups are inaccurate #601

Closed

Description

From the documentation for the import/order rule's "groups" option:

The default value is ["builtin", "external", "internal", "parent", "sibling", "index"]

However, the rule's source file contains instead

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

where internal is missing. Not sure which of the two should be changed (I assume the source file), but this sent me on a wild goose chase this afternoon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions