-
-
Notifications
You must be signed in to change notification settings - Fork 59
docs: update vs code eslint config #1396
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
base: main
Are you sure you want to change the base?
Conversation
|
Try the Instant Preview in Online PlaygroundInstall the Instant Preview to Your LocalPublished Instant Preview Packages:
|
|
@ota-meshi Sorry for the ping, but could you merge this? I haven't been getting inline lint errors due to this breaking change in the VS Code side. |
|
Thank you for the PR. Therefore, I think it's better to wait for the release of vscode-eslint and remove the |
|
I can confirm that Svelte linting no longer requires Should the README be updated to:
The option from docs disables typescript-eslint lint results: "eslint.validate": ["javascript", "javascriptreact", "svelte"] |
In my opinion, the documentation should simply state that users only need to use eslint-plugin-svelte and vscode-eslint will lint svelte files by default. No additional information is needed. |
|
Users with the existing configuration will not see the TypeScript lint results inside the editor. "eslint.validate": ["javascript", "javascriptreact", "svelte"]Even after updating the VS Code ESLint extension, above configuration should be deleted since it does not include Shouldn't there be a migration guide for existing users? |
ESLint errors were not being shown on typescript (
.ts) files opened in VS Code.Reference microsoft/vscode-eslint#2050