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

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.25,096latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.25,096
1.1.11,612
1.1.00
1.0.00

Package Sidebar

Install

npm i eslint-plugin-react-camel-case

Weekly Downloads

6,708

Version

1.1.2

License

MIT

Unpacked Size

7.94 kB

Total Files

8

Last publish

Collaborators

  • fostimus