microsoft/tslint-microsoft-contrib

Many rules are unnecessarily marked as typescriptOnly

JoshuaKGoldberg opened this issue · 1 comments

Each rule with typescriptOnly: true should be checked to see if it can be turned on for .jsx? files.

Similarly, .endsWith("tsx") from #525 should be replaced with a unified utility to check if a file name is jsx/tsx. Resolved by #527.

☠️ It's time! ☠️

Per #876, this repository is no longer accepting feature pull requests. TSLint is being deprecated and we recommend you switch to https://typescript-eslint.io.

Thanks for open sourcing with us, everyone!