-
Notifications
You must be signed in to change notification settings - Fork 30
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
Support additional typescript-eslint configs #73
Comments
@haoqunjiang This was closed by #81, but that PR notes "I'm afraid I can't get the *-type-checked configurations right on the first try; I'm not sure about the performance in large projects either" I spent a while trying to get this working and was confused by the error I got: I guess this didn't actually make it in, and should be re-opened? |
Ah but this is a dupe of the older #67, right? |
You might have accidentally used the kebab-case names instead of camelCase. |
@haoqunjiang Ah nice. Yes, that was it. I upgraded and tried again; the error message appeared as expected and would have saved me time. Cool, all good then. Thank you! |
https://typescript-eslint.io/users/configs#recommended-configurations:
recommended-type-checked(-only)
strict(-type-checked(-only))
stylistic(-type-checked(-only))
all
base
disable-type-checked
Currently it seems that only
eslint-recommended
andrecommended
are provided.The text was updated successfully, but these errors were encountered: