EmmanuelDemey / EmmanuelDemey/eslint-plugin-angular
typecheck-number to general
Open
Improvement
- Dominant language
- JavaScript
- Stars
- 620
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
The typecheck-number rule is reacting to my code, when I'm checking if a input tag is of type number.
`type === 'number'`
Should only react on:
`typeof type === 'number'`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.