amilajack / eslint-plugin-compat

Check the browser compatibility of your code
MIT License
3.07k stars 104 forks source link

Passing browserslist query via settings, instead of package.json #594

Open yuriy-yarosh opened 1 year ago

yuriy-yarosh commented 1 year ago

It's a bit pointless to duplicate browserslist query across multiple monorepo packages, also it's can be propagated with .browserslistrc.js instead, manually. So, it would be really handy if it would be possible to specify where exactly the target browserslist query is located, at what exact package.json or .browserslistrc file.