1.1.2 • Published 9 months ago

eslint-plugin-react-camel-case v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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.