eslint-plugin-svelte Issue Reproduction

Steps to reproduce

npm install

# In Node 23.6.0
npx xo # Should run successfully and report lint errors

# In Node 20.18.1
npx xo # Crashes with an `ERR_REQUIRE_ESM` error