feat: migrate to ESM only by 43081j · Pull Request #622 · github/eslint-plugin-github

@43081j

Moves the repo to be of `type: "module"` (i.e. ESM).

ESLint already uses a dynamic import to load plugins, so this will only
affect CommonJS users with flat config in Node <20.

@keithamus

keithamus

43081j