Jquery's each method linting · Issue #77 · SublimeLinter/SublimeLinter · GitHub
Skip to content

Jquery's each method linting #77

Description

@lmartins

When using the each method from jquery, I alway get a "inconsistent indentation" error on the 2nd line, where says frag += in this example:

$.each content, (index, obj) ->
  frag +=
    template.replace( /{{title}}/ig, obj.title )
            .replace( /{{thumbnail}}/ig, obj.thumbnail )

Is this a compatibility issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions