Skip to content

Allow Param Reassign for Props #5

@Snugug

Description

@Snugug

Currently, no-param-reassign is set to not allow reassigning of properties. This is creating lots of ESLint exceptions in our code as there are quite a few things we use that expect you to be able to do this.

Thoughts on changing this to disallow reassigning the param itself, but allow reassign for props on it? FWIW, this is the default

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