docs: update vs code eslint config#1396
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? |
|
Could you please modify this PR to remove the mention of |
|
Please also update README.md. eslint-plugin-svelte/README.md Line 228 in a14f0ff |
|
closed by #1500 |
ESLint errors were not being shown on typescript (
.ts) files opened in VS Code.Reference microsoft/vscode-eslint#2050