stencil-community / stencil-eslint

ESLint rules specific to Stencil JS projects
MIT License
61 stars 34 forks source link

feat: Enforce `implements ComponentInterface` #102

Open tfrijsewijk opened 10 months ago

tfrijsewijk commented 10 months ago

Prerequisites

Describe the Feature Request

Enforce the usage of the ComponentInterface

Describe the Use Case

Some IDE's mark the lifecycle hooks as unused when the ComponentInterface is not implemented

Describe Preferred Solution

No response

Describe Alternatives

No response

Related Code

No response

Additional Information

No response