ESLint rules for camelCasing React props
npm install eslint-plugin-react-camel-caseEnforce camelCased props instead of dashed props.
``js
// valid
// invalid
``
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.