question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[import/order] Regression in 2.20.1

See original GitHub issue

Installed 2.20.1, started getting ordering errors like the following;

image

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:closed
  • Created 4 years ago
  • Reactions:24
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

7reactions
ljharbcommented, Mar 11, 2020

Because maintainers are humans who aren’t being paid for their time, and can’t always drop everything to cut a release 😃

7reactions
thyde1commented, Mar 11, 2020

If this issue has been resolved in master, is there a reason that it has not yet been released?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found