Unary plus is not type checked
Abierto
linter
- Lenguaje dominante
- Rust
- Estrellas
- 22.3k
- Forks
- 1.9k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
It's weird that Flows allows this:
``` js
const y: number = 1 + +{};
```
It's a good way to get unexpected `NaN` and usually is a mistake.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.