We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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
The text was updated successfully, but these errors were encountered:
CC @jimjenkins5
Sorry, something went wrong.
@jthomerson @jimjenkins5 @yokuze
I created a PR on @silvermine/eslint-config with this implemented
No branches or pull requests
@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:
[1] typescript-eslint/typescript-eslint#590
The text was updated successfully, but these errors were encountered: