Skip to content

Commit

Permalink
chore: add faq for ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jul 29, 2023
1 parent 230667a commit f1fa1b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,10 @@ Example **.vscode/settings.json**:

You should check the [parser configuration](#parser-configuration).

### You're using TypeScript and the imported `*.svelte` component types cannot be resolved or appear to be

You can try [typescript-eslint-parser-for-extra-files]. Note however that it is still an experimental package.\
If you know of a better solution than that please let us know.

[eslint-plugin-svelte3]: https://github.com/sveltejs/eslint-plugin-svelte3
[typescript-eslint-parser-for-extra-files]: https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files

0 comments on commit f1fa1b9

Please sign in to comment.