keithamus / eslint-plugin-escompat

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

Support for ESLint's new (flat) config file available in v8.21+ #23

Open u01jmg3 opened 4 weeks ago

u01jmg3 commented 4 weeks ago
keithamus commented 4 weeks ago

Sounds like a good PR for anyone who would like to make one

u01jmg3 commented 3 weeks ago

Quick note: flat config file compatibility could be developed in the first instance with full v9 compatibility coming later as @eslint/compat could be used in the interim.

This is the approach eslint-plugin-compat has taken.