-
-
Notifications
You must be signed in to change notification settings - Fork 48
feat: add svelte/no-trailing-spaces
rule
#240
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
🦋 Changeset detectedLatest commit: 6e6e173 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
I'm not quite sure to understand why the built-in We should have already marked this following as <!-- @component
InlineButton - A button that blends in with paragraph
styles, but is interactive.
--> |
|
In <!-- old -->
<!-- comment -->
<!-- new -->
{/** comment **} I don't know if it is a good approach, but it works perfect in |
I didn't come up with that hack. It might be worth trying, but it might be difficult as it involves breaking changes. |
Can we add some |
It might make more sense to open an issue in the svelte-eslint-parser repository since it's a change in svelte-eslint-parser. |
@ota-meshi just raised sveltejs/svelte-eslint-parser#202 |
This PR adds
svelte/no-trailing-spaces
rule that extends no-trailing-spaces rule.close #233