[import/order] Regression in 2.20.1
See original GitHub issueInstalled 2.20.1
, started getting ordering errors like the following;
Our rule for import/order
is
'import/order': [
'error',
{
groups: ['builtin', 'external', 'parent', 'sibling', 'index'],
'newlines-between': 'never',
},
],
Rolling back eslint-plugin-import
to 2.20.0
resolves the issue.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:24
- Comments:15 (8 by maintainers)
Top Results From Across the Web
[import/order] Regression in 2.20.1 · Issue #1643 - GitHub
Installed 2.20.1, started getting ordering errors like the following; Our rule for import/order is 'import/order': [ 'error', ...
Read more >eslint-plugin-import | Yarn - Package Manager
This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, and prevent issues with misspelling of file paths and import names. All...
Read more >Old Release Notes - checkstyle
Author: pbludov #6966; Expand XPath IT Regression Testing. ... ImportOrder reports incorrect errors for redundant imports.
Read more >2.20:1 » ShotOnWhat? Movies & Television
66 Titles with 2.20:1 - Apocalypse Now, Mank, Born on the Fourth of July, Mindhunter, Lawrence of Arabia, Chitty Chitty Bang Bang, Independence...
Read more >Package List — Spack 0.17.2 documentation
The Albany repository on the GitHub site contains hundreds of regression tests and ... 2.31.1, 2.29.1, 2.28, 2.27, 2.26, 2.25.1, 2.25, 2.24, 2.23.2,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Because maintainers are humans who aren’t being paid for their time, and can’t always drop everything to cut a release 😃
If this issue has been resolved in master, is there a reason that it has not yet been released?