anza-xyz / anza-xyz/eslint-plugin-require-extensions
.jsx support?
Open
- Dominant language
- JavaScript
- Stars
- 64
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Hello!
Thank you for this great library!
However, it seems that it doesn't treat the `.jsx` extensions right.
It replaces imports like:
`import { Component } from './component.jsx';` to
`import { Component } from './component.jsx.js';`
which is obviously wrong.
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.