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.
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
1.1.2 | 14,876 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.1.2 | 14,876 | |
1.1.1 | 1,482 | |
1.1.0 | 0 | |
1.0.0 | 0 | |
Package Sidebar
Install
npm i eslint-plugin-react-camel-case
Weekly Downloads