Skip to content

Conversation

@igorkamyshev
Copy link
Member

@igorkamyshev igorkamyshev commented Dec 25, 2021

fixes #61

  • suggestion test-cases
  • rule implementation
  • suggestion implementation
  • imports
  • docs

@igorkamyshev
Copy link
Member Author

@sergeysova I remember, you've asked to add autofix to this rule. But personally, I'm little afraid of autofix because ESLint doesn't have any API for AST to source code transformation, so I do it manually and can break something in uncommon environments (e.g., FlowJS).

Should we replace suggestion by autofix? What do you think?

@igorkamyshev igorkamyshev marked this pull request as ready for review December 25, 2021 13:39
@igorkamyshev
Copy link
Member Author

So, I'm going to merge it, but we can still add autofix in separate PR.

@igorkamyshev igorkamyshev merged commit 2f11b1f into master Dec 25, 2021
@igorkamyshev igorkamyshev deleted the keep-options-order branch December 25, 2021 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rule: keep-options-order

2 participants