Releases: antfu/eslint-config
Releases · antfu/eslint-config
v0.37.0
v0.36.0
v0.35.3
v0.35.2
v0.35.1
v0.35.0
v0.34.2
v0.34.1
🚀 Features
- ts: Enable
jest/unbound-method
- by @zanminkian in #141 (2ad35)
🐞 Bug Fixes
- Allow void as statement in ts file - by @zanminkian in #142 (5d5b3)
- Prefer const when all variables in destructuring should be const - by @sxzz in #149 (2a224)
View changes on GitHub
v0.34.0
🚀 Features
- basic:
- Disable
consistent-type-imports
in markdown file - by @zanminkian in #138 (b5828)
- Disable
- ts:
🐞 Bug Fixes
- basic: Disallow multi empty lines at the end of file - by @zanminkian in #137 (4d38b)