Skip to content

Lint rule: no-unnecessary-indent #102

Description

@wcjohnson

Detect and report on unnecessary indentation, e.g.:

// legal
f() ->
  x

// illegal
f() ->
    x

// illegal
f() ->
  x
    y

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions