Skip to content
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 for noUncheckedIndexedAccess #80

Open
jukkahyv opened this issue Jul 16, 2024 · 2 comments
Open

Support for noUncheckedIndexedAccess #80

jukkahyv opened this issue Jul 16, 2024 · 2 comments

Comments

@jukkahyv
Copy link

In our project, we already have strict = true. However, I would like to enable noUncheckedIndexedAccess gradually. This setting is not included in TS "strict" mode.

Would it be possible to use this plugin to set noUncheckedIndexedAccess so that it's an IDE error, but not compile time error?

@KostkaBrukowa
Copy link
Collaborator

In the current state: no.
In the plugin part (so IDE part) we are currently only setting strict flag to check in the file.
If you would like this feature, contributions are welcome, but for now we won't to this for ourselves, but in general the idea is really nice

@jukkahyv
Copy link
Author

All right. Thank you for your response. I understand. Thanks for the great plugin, it was really useful when we didn't have strict = true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants