Releases: mixmaxhq/eslint-config-mixmax
Releases · mixmaxhq/eslint-config-mixmax
v5.2.6
v5.2.5
v5.2.4
v5.2.3
v5.2.2
v5.1.0
v5.0.1
v5.1.0-alpha.1
5.1.0-alpha.1 (2021-10-27)
Features
- update Typescript rules to await promises and prefer ?? over || (9031df5)
v5.0.0
5.0.0 (2021-09-28)
⚠ BREAKING CHANGES
- requires a
tsconfig-lint.json
file at the project's root
which includes all Typescript files being linted. May break the build because
of new eslint errors. This can be worked around by disabling rules in
.eslintrc.json
.
Features
- add type-aware rules for Typescript code (3ce0cbf)