Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ESLint's --fix-type option #202

Closed
macklinu opened this issue Nov 9, 2018 · 2 comments
Closed

Support ESLint's --fix-type option #202

macklinu opened this issue Nov 9, 2018 · 2 comments

Comments

@macklinu
Copy link
Collaborator

macklinu commented Nov 9, 2018

ESLint v5.9.0 introduced the --fix-type flag, which allows for people to fix issues of a certain type.

image

To support this feature, we will want to update our fixable rules to use a meta.type property that is one of problem, suggestion, or layout.

@SimenB
Copy link
Member

SimenB commented Dec 13, 2018

Whenever someone gets to this, make sure to enable https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/master/docs/rules/require-meta-type.md as well

@SimenB SimenB mentioned this issue Jun 3, 2019
35 tasks
@SimenB
Copy link
Member

SimenB commented Aug 12, 2019

The typescript utils require this to be defined, so this'll be fixed by completing the migration tracked in #256

@SimenB SimenB closed this as completed Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants