Skip to content

Disable rule import/prefer-default-export #7

Open
@denniscoorn

Description

@denniscoorn

This rule is enabled by default and enforces a default export from our javascript modules. We want to have the freedom to also have only named exports. Therefor this rule should be disabled.

Line that should be added to the rules section:

'import/prefer-default-export': 'off'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions