Skip to content

Commit ef5df2f

Browse files
authoredOct 11, 2024··
docs: update ordered-imports status (#10129)
Since version `v2.31.0`, `eslint-plugin-import` supports sorting named imports. Thus, changing the status to 🔌
1 parent 60f0766 commit ef5df2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/eslint-plugin/TSLINT_RULE_ALTERNATIVES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ It lists all TSLint rules along side rules from the ESLint ecosystem that are th
184184
| [`object-literal-shorthand`] | 🌟 | [`object-shorthand`][object-shorthand] |
185185
| [`one-line`] | 🌟 | [`brace-style`][brace-style] or [Prettier] |
186186
| [`one-variable-per-declaration`] | 🌟 | [`one-var`][one-var] |
187-
| [`ordered-imports`] | 🌓 | [`import/order`] |
187+
| [`ordered-imports`] | 🔌 | [`import/order`] |
188188
| [`prefer-function-over-method`] | 🌟 | [`@typescript-eslint/class-methods-use-this`] |
189189
| [`prefer-method-signature`] || [`@typescript-eslint/method-signature-style`] |
190190
| [`prefer-switch`] | 🛑 | N/A |

0 commit comments

Comments
 (0)
Please sign in to comment.