appsmithorg / appsmithorg/appsmith
[Feature] Detect Type mismatch in the linter
オープン
Enhancement
Javascript Product
JS Linting & Errors
Query & JS Pod
Query Widgets & IDE Pod
- 主要言語
- TypeScript
- スター
- 40.9k
- フォーク
- 4.8k
- 平均マージ
- 1日 22時間
- マージ済み PR(30日)
- 45
説明
- 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
コントリビューションガイド
評価
この issue はまだ評価されていません。