eslint-plugin-import: [import/order] Regression in 2.20.1
Installed 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.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 24
- Comments: 15 (8 by maintainers)
Commits related to this issue
- Pin eslint-plugin-import to v2.20.0 (#1120) This is a workaround to a regression introduced in v2.20.1: https://github.com/benmosher/eslint-plugin-import/issues/1643 — committed to microsoft/FluidFramework by tylerbutler 4 years ago
- Downgrade eslint-plugin-import Necessary due to https://github.com/benmosher/eslint-plugin-import/issues/1643 — committed to darekkay/dashboard by darekkay 4 years ago
- Revert incorrectly merged code in commit 93c183f in release/0.13 branch (#1139) Also pin eslint-plugin-import to v2.20.0 This is a workaround to a regression introduced in v2.20.1: benmosher/es... — committed to microsoft/FluidFramework by curtisman 4 years ago
- [0.13>master] Revert incorrectly merged code in commit 93c183f in release/0.13 branch (#1139) Also pin eslint-plugin-import to v2.20.0 This is a workaround to a regression introduced in v2.20.1: be... — committed to microsoft/FluidFramework by curtisman 4 years ago
- fix: eslint-plugin-import ordering errors in windows — committed to nuxt/eslint by clarkdo 4 years ago
- chore(package): downgrade eslint-plugin-import https://github.com/benmosher/eslint-plugin-import/issues/1643 — committed to reminjp/css-animation by deleted user 4 years ago
- chore(lint): pin eslint-plugin-import to 2.22.0 To avoid windows import/order error, see: https://github.com/benmosher/eslint-plugin-import/issues/1643 — committed to yaacovCR/graphql-tools-fork by yaacovCR 4 years ago
- chore(lint): pin eslint-plugin-import to 2.22.0 To avoid windows import/order error, see: https://github.com/benmosher/eslint-plugin-import/issues/1643 — committed to yaacovCR/graphql-tools-fork by yaacovCR 4 years ago
- fix: eslint-plugin-import ordering errors in windows — committed to nuxt/eslint by clarkdo 4 years ago
- chore(lint): pin eslint-plugin-import to 2.22.0 To avoid windows import/order error, see: https://github.com/benmosher/eslint-plugin-import/issues/1643 — committed to yaacovCR/graphql-tools-fork by yaacovCR 4 years ago
- chore(lint): pin eslint-plugin-import to 2.22.0 To avoid windows import/order error, see: https://github.com/benmosher/eslint-plugin-import/issues/1643 — committed to yaacovCR/graphql-tools-fork by yaacovCR 4 years ago
- chore(lint): pin eslint-plugin-import to 2.22.0 To avoid windows import/order error, see: https://github.com/benmosher/eslint-plugin-import/issues/1643 — committed to yaacovCR/graphql-tools-fork by yaacovCR 4 years ago
- chore(eslint-config): revert eslint-plugin-import to 2.20.0 There is a regression not released yet in 2.20.1 that breaks import/order rule in Windows. See more [here](https://github.com/benmosher/esl... — committed to verdaccio/monorepo by sergiohgz 4 years ago
- chore(eslint-config): revert eslint-plugin-import to 2.20.0 There is a regression not released yet in 2.20.1 that breaks import/order rule in Windows. See more [here](https://github.com/benmosher/esl... — committed to verdaccio/monorepo by sergiohgz 4 years ago
- chore(eslint-config): revert eslint-plugin-import to 2.20.0 There is a regression not released yet in 2.20.1 that breaks import/order rule in Windows. See more [here](https://github.com/benmosher/esl... — committed to verdaccio/monorepo by sergiohgz 4 years ago
- chore(package): downgrade eslint-plugin-import https://github.com/benmosher/eslint-plugin-import/issues/1643 — committed to reminjp/css-animation by reminjp 4 years ago
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. 🤔