Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
feat(eslint-plugin): [strict-interface-implementation] add rule#11711
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
feat(eslint-plugin): [strict-interface-implementation] add rule#11711
Conversation
netlifybot commentedOct 20, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
❌ Deploy Preview fortypescript-eslint failed.
|
nx-cloudbot commentedOct 20, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run-many --target=build --parallel --exclude... | ❌ Failed | 15s | View ↗ |
☁️Nx Cloud last updated this comment at2025-10-20 15:32:54 UTC
PR Checklist
Overview
Adds a new
strict-interface-implementationrule as described in#277 (comment) ĕ (comment). Any class that implements an interface -including through extending a base class- must have assignable methods and properties.implementsinterfaceimplementson a base class viaextends💖