eslint-plugin-import: [import/order] Regression in 2.20.1

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.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 24
  • Comments: 15 (8 by maintainers)

Commits related to this issue

Most upvoted 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?

Seems to be seen only on Windows. 🤔