You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: