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
What rule do you want to change?
Does this change cause the rule to produce more or fewer warnings?
How will the change be implemented? (New option, new default behavior, etc.)?
Please provide some example code that this change will affect:
<script setup lang="ts"> defineProps<{...}>() </script> <template> <h1>My awesome title</h1> </template> <style scoped lang="postcss"></style>
What does the rule currently do for this code?
What will the rule do after it's changed?
pnpm eslint --fix
Additional context
The text was updated successfully, but these errors were encountered:
PRs welcome!
Sorry, something went wrong.
@FloEdelmann got you, let me see if I can pull it off
Do you maybe have an example that I can reference?
Nice! I think vue/block-order might have a similar autofix. Please also add test cases.
vue/block-order
Successfully merging a pull request may close this issue.
What rule do you want to change?
Does this change cause the rule to produce more or fewer warnings?
How will the change be implemented? (New option, new default behavior, etc.)?
Please provide some example code that this change will affect:
What does the rule currently do for this code?
What will the rule do after it's changed?
pnpm eslint --fix
Additional context
The text was updated successfully, but these errors were encountered: