Skip to content

Add a rule to forbid import R from 'ramda' #29

@guillaumearm

Description

@guillaumearm

Hi.

Because I use @types/ramda, estlint or TS seems not to complains about import R from 'ramda' (instead of import * as R from 'ramda')

In my case, it results in a R that is undefined and a broken js runtime.

I think it would be great to have a rule to prevent importing the default from ramda.

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