allegro / allegro/typescript-strict-plugin
ts-expect-error always causes lint error in ts-strict files
オープン
enhancement
- 主要言語
- TypeScript
- スター
- 397
- フォーク
- 34
- PR マージ指標
- PR 指標を取得中
説明
I'm setting up build-time linting for a project (ie. tsc && tsc-strict) and noticed that ts-expect-error will always fail linting if the expected error is due to strict typing because tsc will think that there's no expected error (and say that the ts-expect-error should be removed) while tsc-strict will see the error. Any ideas for how to fix this? Perhaps tsc-strict could do the linting for all files or maybe there's a way to have tsc skip strict files?
For now, the best solution I can think of is to just use ts-ignore instead.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。