stenciljs/eslint-plugin

feat: rule for camel case attributes for JSX/TSX templates

Open

#112 创建于 2024年7月10日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)TypeScript (37 fork)auto 404
Help Wanted

仓库指标

Star
 (71 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南