keithamus / eslint-plugin-escompat

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

Create different TypeScript configs #14

Closed koddsson closed 2 years ago

koddsson commented 2 years 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.