salesforce / eslint-plugin-lwc

Official ESLint rules for LWC
MIT License
98 stars 32 forks source link

test: add typescript tests #152

Closed wjhsf closed 5 months ago

wjhsf commented 6 months ago

We use @babel/eslint-parser as our parser, so for basic typescript support we just need to drop in @babel/preset-typescript. I also copied most of the tests and sprinkled in TypeScript syntax, although it's not always relevant to the rule being tested (and it's definitely not exhaustive).