wix-incubator / tslint-wix-react

Linting configuration on top of tslint-microsoft-contrib for tsx projects
0 stars 3 forks source link

align #16

Closed tyv closed 6 years ago

tyv commented 6 years ago
        "align": [
            true,
            "arguments",
            "elements",
            "members",
            "parameters",
            "statements"
        ]