keithamus / eslint-plugin-escompat

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

the claimed support for ESLint versions is wrong. #40

Open stof opened 23 hours ago

stof commented 23 hours ago

The package.json defines the eslint peer dependency as >=5.14.1.

However, the config uses ecmaVersion: 2025, which is only supported in ESlint 9+.

keithamus commented 22 hours ago

PRs welcome!