Breaking
Config was refactored to make it a factory, which returns a config itself. Check usage section to learn how to use it.
index.ts.mjs and index.js.mjs were removed. Typescript is autodetecting, but you can explicitly switch in on/off in a config
What's Changed
- refactor(config): restructure eslint configuration and build setup #27
- Fix prerelease issues #28
- style: add arrow-parens rule to stylistic config #29
- lint: disable prefer-global rule #30
Full Changelog: v3.0.3...v4.0.0