Skip to content

Commit

Permalink
docs(eslint-plugin): Mark import/order as "implementations differ"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessidhia authored and bradzacher committed Feb 15, 2019
1 parent 1464696 commit 5ada030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/ROADMAP.md
Expand Up @@ -169,7 +169,7 @@
| [`object-literal-shorthand`] | 🌟 | [`object-shorthand`][object-shorthand] |
| [`one-line`] | 🛑 | N/A |
| [`one-variable-per-declaration`] | 🌟 | [`one-var`][one-var] |
| [`ordered-imports`] | 🔌 | [`import/order`] |
| [`ordered-imports`] | 🌓 | [`import/order`] |
| [`prefer-function-over-method`] | 🌟 | [`class-methods-use-this`][class-methods-use-this] |
| [`prefer-method-signature`] | 🛑 | N/A |
| [`prefer-switch`] | 🛑 | N/A |
Expand Down

0 comments on commit 5ada030

Please sign in to comment.