Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lint isn't applied to interface members. #136

Open
wildfunctions opened this issue Oct 23, 2019 · 0 comments
Open

Lint isn't applied to interface members. #136

wildfunctions opened this issue Oct 23, 2019 · 0 comments

Comments

@wildfunctions
Copy link

I noticed the linter was not catching errors with my interface's members, so I did a quick test with the following examples:

{ "type": "member", "format": "camelCase" }

Will correctly error with the class example below:

export class FooBar {
    foo_bar: string
}

But will not error with the interface example below:

export interface IFooBar {
    foo_bar: string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant