-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add ESLint plugin to workaround lack of tsc
support
#172
Comments
I've managed to resolve this issue but it caused a different issue instead. By adding the custom definitions as per the instructions that react-scripts users can skip, now the linter recognizes these imports as non-any but rather a properly shaped objects... however now the compiler demands these fields be accessed via index key. |
By disabling the |
Hi @DelliriumX, we've been talking about shipping an ESLint plugin as a part of this plugin (if possible). Do you think that would help? Unfortunately, there's a restriction in TypeScript which means that plugins are only run in the language service for VSCode, not outside of the IDE. |
@mrmckeb that would certainly help from my perspective! |
tsc
support
@mrmckeb +1 to eslint plugin support! |
Describe the bug
I have a project that uses this plugin and ts, as well as eslint with an extensive ruleset.
For some reason I keep getting linting errors. Does this plugin not have eslint support?
.tsconfig.json
The text was updated successfully, but these errors were encountered: