Skip to content

Add an option to all rules that bail out on spread operator props to fail #296

Open
@jessebeach

Description

@jessebeach

Bailing out when we encounter a spread operator is a choice. It reduces friction of implementation.

But it also hides errors. With an option to not bail on JSXSpreadOperator, we force explicit prop definitions on composed components.

Make this option false by default to maintain current behavior.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions