Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
Description
From:palantir/tslint#4175
TypeScript allows arguments and return type of interface and its implementation to not be strictly equal. This is different from Java/C# where the interface is seen as a contract between two implementing classes. I wonder if it is possible to create a new rule to check that a class is not implementing the interface exactly as it is defined in the interface.