-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
Cannot do type-aware lints with gts files #1770
Comments
Eslint mdx is compatible with typescript eslint, it has a custom parser. I think it then passes the result on to the eslint-typescript parser: |
actually. it looks like it works for me... without any changes to eslintrc or command parameters.
|
Note that this change was reverted: |
Initially, I was prompted to set
parserOptions.extraFileExtensions
. I did this and then received the following error:Unfortunately, it's not possible to add unrecognized file extensions to the tsconfig.
(Note I had to edit the source to log the error due to the missing
line
. See also #1667.)The text was updated successfully, but these errors were encountered: