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

feat(ts-lint): allow use of private and protected syntax for classes in .ts files #777

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

vscav
Copy link
Member

@vscav vscav commented Oct 20, 2023

In this PR, we update the rules in our TS eslint config to allow the use of the private and protected keywords in TypeScript classes definition.

@vscav vscav added the internal label Oct 20, 2023
@vscav vscav self-assigned this Oct 20, 2023
@vscav vscav marked this pull request as ready for review October 20, 2023 13:16
@vscav vscav merged commit 8e24909 into master Oct 20, 2023
11 checks passed
@vscav vscav deleted the allow-private-members branch October 20, 2023 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants