We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
ordered-imports
1 parent 60f0766 commit ef5df2fCopy full SHA for ef5df2f
packages/eslint-plugin/TSLINT_RULE_ALTERNATIVES.md
@@ -184,7 +184,7 @@ It lists all TSLint rules along side rules from the ESLint ecosystem that are th
184
| [`object-literal-shorthand`] | 🌟 | [`object-shorthand`][object-shorthand] |
185
| [`one-line`] | 🌟 | [`brace-style`][brace-style] or [Prettier] |
186
| [`one-variable-per-declaration`] | 🌟 | [`one-var`][one-var] |
187
-| [`ordered-imports`] | 🌓 | [`import/order`] |
+| [`ordered-imports`] | 🔌 | [`import/order`] |
188
| [`prefer-function-over-method`] | 🌟 | [`@typescript-eslint/class-methods-use-this`] |
189
| [`prefer-method-signature`] | ✅ | [`@typescript-eslint/method-signature-style`] |
190
| [`prefer-switch`] | 🛑 | N/A |
0 commit comments