import-js / import-js/eslint-plugin-import
auto fix does not auto fix require
- Dominant language
- JavaScript
- Stars
- 5.9k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description


config:
```js
'import/order': [
'error',
{
'newlines-between': 'never',
alphabetize: {
order: 'asc',
caseInsensitive: true
}
}
]
```
Contributor guide
Research direction
Reproduce the report using the supplied import/order configuration and the examples shown in the screenshots. Trace the import/order rule's autofix handling for require statements; done means the reported require ordering is automatically corrected under this configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- eslint, javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100