Adventure-Bot / Adventure-Bot/adventure-bot
Enable `noUncheckedIndexedAccess`
Abierto
build
typescript
- Lenguaje dominante
- TypeScript
- Estrellas
- 7
- Forks
- 6
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Prevent errors like this:
```ts
const charactersById: Record = {};
charactersById['foo'].hp+=1
```
https://github.com/Adventure-Bot/adventure-bot/blob/main/src/store/slices/characters.ts#L46-L49
https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.