allegro / allegro/typescript-strict-plugin
Support for noUncheckedIndexedAccess
Open
- Dominant language
- TypeScript
- Stars
- 397
- Forks
- 34
- PR merge metrics
- PR metrics pending
Description
In our project, we already have strict = true. However, I would like to enable [noUncheckedIndexedAccess](https://www.typescriptlang.org/tsconfig/#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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.