-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: update README for v1 #665
Conversation
Try the Instant Preview in Online PlaygroundInstall the Instant Preview to Your Local
Published Instant Preview Packages:
|
d39df12
to
b1b609f
Compare
|
Pull Request Test Coverage Report for Build 13226201530Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
1ac2344
to
a92fdca
Compare
a92fdca
to
2b64365
Compare
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 for this PR!!!
README.md
Outdated
1. Write `parser` option into your ESLint Config file. | ||
2. Use glob patterns or `--ext .svelte` CLI option. | ||
1. In your ESLint config, set the `parser` option to `svelte-eslint-parser`. | ||
2. Use glob patterns or the `--ext .svelte` CLI option to include `.svelte` files. |
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.
Since the --ext
option cannot be used in a flat config, it seems necessary to remove the related sentence.
https://eslint.org/docs/latest/use/command-line-interface#--ext
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.
Oh... Thank you! fixed: b679b4d
README.md
Outdated
# or | ||
$ eslint src --ext .svelte | ||
eslint src --ext .svelte |
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.
See another comment.
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.
fixed: b679b4d
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.
LGTM! Thank you!
Please release v1 at your own timing.🎉🎉🎉 |
No description provided.