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.