amilajack / eslint-plugin-compat

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

feat: add `name` (for tooling) #629

Closed brettz9 closed 3 weeks ago

brettz9 commented 2 months ago

ESLint recommends a name for flat configs.

Tools like https://github.com/eslint/config-inspector can use this to indicate the source of rules.

This PR adds that name to the current (flat) config. (It is not possible to add a name to the legacy config as it will err there.)

brettz9 commented 3 weeks ago

@amilajack : Could you take a look?

amilajack commented 3 weeks ago

published to @latest