Skip to content

catch-error-name fixer bug #255

@fisker

Description

@fisker

Issuehunt badges

catch-error-name fixer bug

error code like

p.catch(err => doSomething(err))

will fix like this

p.catch(error => doSomething(err))

the param err in catch function body is not replaced

I noticed there is a bug #107 , but please make this rule not fixable for now please, this breaks code

futpib earned $40.00 by resolving this issue!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions