v3.1.0 Support ESM config files (async api only)
Lilconfig now supports loading ESM configuration files.
ESM configs can be searched or loaded via async API only.
ESM syntax can be valid in either
.js
and.mjs
files in projects with"type": "module"
inpackage.json
.mjs
files in projects that use commonjs
Thanks for pushing this feature @marekdedic