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

Enable noImplicitOverride and add override keyword to properties/functions that are overridden. #20624

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shama
Copy link
Contributor

@shama shama commented Jan 16, 2024

Fixes GH-20604

This enables noImplicitOverride in TypeScript and adds the override keyword to all properties and functions that have been overridden.

@shama shama changed the title Enable noImplicitOverride and add override keyword to properties/funxtions that are overridden. Enable noImplicitOverride and add override keyword to properties/functions that are overridden. Jan 16, 2024
@kategengler kategengler requested a review from wagenet March 4, 2024 20:55
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

Successfully merging this pull request may close these issues.

Turn on noImplicitOverride
1 participant