8000 [indent] Decorator indent error · Issue #143 · bradzacher/eslint-plugin-typescript · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
[indent] Decorator indent error #143
Closed
@atos1990

Description

@atos1990

Hi guys!
I have some problems with Eslint rule "Indent". When I try apply this rule on follow class:

@Component({
    props: {
        a: String
    }
})
export default class Test extends Vue {

    test() {
        console.log('Test');
    }
}

as a result I get

@Component({
    props: {
    a: String
    }
    })
export default class Test extends Vue {

    test() {
        console.log('Test');
    }
}

Anyone know how fix this problem?
Thank you!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0