Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@AndreyYolkin AndreyYolkin released this 01 May 18:42
· 3 commits to master since this release
9d2fcc1

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