Skip to content

Commit

Permalink
docs: update ordered-imports status (#10129)
Browse files Browse the repository at this point in the history
Since version `v2.31.0`, `eslint-plugin-import`
supports sorting named imports.

Thus, changing the status to 🔌
  • Loading branch information
manuth authored Oct 11, 2024
1 parent 60f0766 commit ef5df2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/TSLINT_RULE_ALTERNATIVES.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ It lists all TSLint rules along side rules from the ESLint ecosystem that are th
| [`object-literal-shorthand`] | 🌟 | [`object-shorthand`][object-shorthand] |
| [`one-line`] | 🌟 | [`brace-style`][brace-style] or [Prettier] |
| [`one-variable-per-declaration`] | 🌟 | [`one-var`][one-var] |
| [`ordered-imports`] | 🌓 | [`import/order`] |
| [`ordered-imports`] | 🔌 | [`import/order`] |
| [`prefer-function-over-method`] | 🌟 | [`@typescript-eslint/class-methods-use-this`] |
| [`prefer-method-signature`] || [`@typescript-eslint/method-signature-style`] |
| [`prefer-switch`] | 🛑 | N/A |
Expand Down

0 comments on commit ef5df2f

Please sign in to comment.