appsmithorg / appsmithorg/appsmith
[Feature] Detect Type mismatch in the linter
Đang mở
Enhancement
Javascript Product
JS Linting & Errors
Query & JS Pod
Query Widgets & IDE Pod
- Ngôn ngữ chính
- TypeScript
- Star
- 40.9k
- Fork
- 4.8k
- Merge trung bình
- 1 ngày 22 giờ
- Pull request đã merge (30 ngày)
- 45
Mô tả
- Invalid assignment operation does not show up as lint error
- function taking invalid argument types don't show an error
Examples:
```
Table1.tableData = []; // This is invalid
showAlert({ name: 'nikhil' }) // this is a mismatched data type as show alert only takes a string
```
JSHint doesn't help with types today
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.