eslint-plugin-react-camel-case

1.1.2 • Public • Published

eslint-plugin-react-camel-case

Enforce camelCased props instead of dashed props.

Code examples

// valid
<MyComponent marginLeft={30} />

// invalid
<MyComponent margin-left={30} />

Contributing

Pull requests are welcome. Please checkout the open issues we have if you'd like to help out. Bugfixes and related features are also welcome.

Package Sidebar

Install

npm i eslint-plugin-react-camel-case

Weekly Downloads

6,087

Version

1.1.2

License

MIT

Unpacked Size

7.94 kB

Total Files

8

Last publish

Collaborators

  • fostimus