Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Incorrect array indentation #8

Closed
jaredp opened this issue Aug 12, 2013 · 1 comment
Closed

Incorrect array indentation #8

jaredp opened this issue Aug 12, 2013 · 1 comment

Comments

@jaredp
Copy link

jaredp commented Aug 12, 2013

tslint incorrectly flags indentation of object literals in arrays such as

[
    {
        a: 4
    }, {
        b: 10
    }
]
@ashwinr
Copy link
Contributor

ashwinr commented Aug 13, 2013

3f8c2b0 fixes this

@ashwinr ashwinr closed this as completed Aug 13, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants