Skip to content

Allow the use of lodash functions and variables #1243

@shoulders

Description

@shoulders

Lodash is a popular Javascript Library and it has a particular way of denoting its variables and functinos (there might be other things) and I would like these not to be flagged as errors.

in particular the use of _ _( _.

Currently the following are flagged as errors, but there are not and they work as expected in my code.

Function

_(data).map(function(data){}

Image

Variable

_.map(timeScaleRanges, "label")

Image

Links

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