hluisson / eslint-plugin-jsx-expressions

Rules for safe logical expressions in JSX
95 stars 12 forks source link

Add support for eslint 8.x and @typescript-eslint/parser 5.x #2

Closed kamui closed 2 years ago

kamui commented 2 years ago

Adding eslint 8.x and @typescript-eslint/parser 5.x to the peer dependency list seems to pass tests. Adds support for #1.

hluisson commented 2 years ago

Thanks!

kamui commented 2 years ago

Thanks for merging! Can you cut release a new version when you get a chance so we can point our package.json to it? Thanks!