-
-
Notifications
You must be signed in to change notification settings - Fork 48
feat: add fixer for no-at-debug-tags
#1164
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
Conversation
Adds a simple fixer which removes the debug node.
|
Try the Instant Preview in Online PlaygroundInstall the Instant Preview to Your Local
Published Instant Preview Packages:
|
...ges/eslint-plugin-svelte/tests/fixtures/rules/no-at-debug-tags/invalid/debug01-output.svelte
Outdated
Show resolved
Hide resolved
For example, in my case, I automatically run ESLint fixers with format on save. I think it would be better to make it a suggestion, similar to the |
I don't mind either way. If your usage is the common use case, I'm happy to change it to a suggestion |
@43081j I would appreciate it if you could make it a suggestion. |
i've updated it to be a suggestion 👍 |
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.
CI is broken due to related document unchanged.
Can you add a changeset? |
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.
Thank you!
Adds a simple fixer which removes the debug node.