keithamus / eslint-plugin-escompat

Report errors for code which wont work in browsers without transpiling
MIT License
30 stars 6 forks source link

Create different TypeScript configs #14

Closed koddsson closed 1 year ago

koddsson commented 1 year ago

TypeScript configs can be extended based on the compilation target in tsconfig.json. This should exclude the rules that that TypeScript target will transpile out.