You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
What do you think about to create a rule for camel case attrs, devs are using dash case sometimes which need to prevent, there is already lib for this, would be nice to add this rule for our stencil community
Prerequisites
Describe the Feature Request
What do you think about to create a rule for camel case attrs, devs are using dash case sometimes which need to prevent, there is already lib for this, would be nice to add this rule for our stencil community
https://www.npmjs.com/package/eslint-plugin-react-camel-case/v/1.0.0
https://stenciljs.com/docs/properties#variable-casing
Describe the Use Case
use it
like this <todo-list-item thingToDo={"Learn about Stencil Props"}></todo-list-item>
instead
<todo-list-item thing-to-do="Learn about Stencil Props"></todo-list-item>
Describe Preferred Solution
No response
Describe Alternatives
No response
Related Code
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: