All `feedOptions` and `itemOptions` should be camel case
Open
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
There are some options that are snake case:
* feed_url
* site_url
* image_url
* custom_namespaces
* custom_elements
And there are others that are camel case:
* managingEditor
* webMaster
* pubDate
I think it would be nice if all snake case options were camel case to keep it more consistent. You don't have to break backwards compatibility for that, you can keep the snake case ones as deprecated aliases to their camel case alternatives and change them in the docs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.