Noticeable Changes
- feat: update lib to ES2022 by @Slessi in #41
- chore: move
noUncheckedIndexedAccessfrom base config to the lib config[fa4423b]- This is because
noUncheckedIndexedAccessmay have false positives, making it hard for existing codebases to upgrade. - But for new codebases, it’s still recommended to enable this flag from the beginning.
- This is because
New Contributors
Full Changelog: v0.8.1...v0.9.0