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

Allow disabling camelcase rule for class members #18

Open
jthomerson opened this issue Dec 16, 2020 · 2 comments
Open

Allow disabling camelcase rule for class members #18

jthomerson opened this issue Dec 16, 2020 · 2 comments

Comments

@jthomerson
Copy link
Member

@pbredenberg I think we can address this long-standing issue with our linting rules now that [1] is closed.

Example of problem we encounter constantly because of our static class member naming convention:

public static from_buffer(b: Buffer, startingOffset: number): Foo { // eslint-disable-line camelcase

[1] typescript-eslint/typescript-eslint#590

@jthomerson
Copy link
Member Author

CC @jimjenkins5

@pbredenberg
Copy link
Contributor

@jthomerson @jimjenkins5 @yokuze

I created a PR on @silvermine/eslint-config with this implemented

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

2 participants