-
Notifications
You must be signed in to change notification settings - Fork 62
[DOCS] Add tslint-microsoft-contrib to roadmap #251
Conversation
Information in the second and third columns will be filled out in a future commit.
ROADMAP.md
Outdated
| `no-unnecessary-semicolons` | TBD | | | ||
| `no-useless-files` | TBD | | | ||
| `no-with-statement` | TBD | | | ||
| `promise-must-complete` | TBD | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ROADMAP.md
Outdated
| `no-unsupported-browser-code` | 🔌 | [`eslint-plugin-compat`][plugin:compat] | | ||
| `react-this-binding-issue` | 🛑 | | | ||
| `react-tsx-curly-spacing` | 🔌 | [`react/jsx-curly-spacing`] | | ||
| `react-unused-props-and-state` | ❓ | [`react/no-unused-state`] | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might have an implementation of this somewhere on my computer. Will check.
This is ready for another review. |
@@ -6,172 +6,312 @@ | |||
🌟 = in ESLint core | |||
🔌 = in another plugin | |||
🛑 = unimplemented | |||
❓ = implementations differ or ESLint version is missing functionality | |||
◐ = implementations differ or ESLint version is missing functionality |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what do you think about using here 🌗 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one! That’s just what I was looking for.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.