We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to use eslint's autofix to fix layouts only. Like this: eslint --fix --fix-type layout (--fix-type: https://eslint.org/docs/user-guide/command-line-interface#fix-type ) To work that one plugin's rules must contains the type field. ( the type field: https://eslint.org/docs/developer-guide/working-with-rules#rule-basics ) Are there any reasons why this field cannot be added?
eslint --fix --fix-type layout
The text was updated successfully, but these errors were encountered:
No reason; that option was added in v5.9.0, which isn't all that long ago :-)
A PR to add "type" to every rule, would be appreciated.
Sorry, something went wrong.
I ran into the same issue... using --fix-type layout or any fix type at all doesn't trigger autofixing
--fix-type layout
A PR continues to be welcome; sadly #2619's author deleted their github account so the PR died.
Successfully merging a pull request may close this issue.
I want to use eslint's autofix to fix layouts only.
Like this:
eslint --fix --fix-type layout
(--fix-type: https://eslint.org/docs/user-guide/command-line-interface#fix-type )
To work that one plugin's rules must contains the type field.
( the type field: https://eslint.org/docs/developer-guide/working-with-rules#rule-basics )
Are there any reasons why this field cannot be added?
The text was updated successfully, but these errors were encountered: