Releases: antfu/eslint-config
Releases · antfu/eslint-config
v1.0.0-beta.27
v1.0.0-beta.26
🐞 Bug Fixes
View changes on GitHub
v1.0.0-beta.25
🚀 Features
- Enable
no-import-type-side-effects
, close #227 - by @antfu in #227 (cb4b7) - Update jsx default config - by @promise96319 and @antfu in #281 (987b9)
View changes on GitHub
v1.0.0-beta.24
🚀 Features
View changes on GitHub
v1.0.0-beta.23
🚀 Features
- Add types for
antfu/
- by @antfu (64e3f) - Bring back
reportUnusedDisableDirectives
- by @antfu (6320c)
View changes on GitHub
v1.0.0-beta.22
v1.0.0-beta.21
v1.0.0-beta.20
v1.0.0-beta.19
🚀 Features
- Re-organize tsconfig sort - by @antfu (1261b)
- Add
style/jsx-quotes
rule - by @antfu (5291c) - Ban declarations in ts file - by @so1ve in #264 (a76fd)
- Allow customize indent and quotes - by @antfu (bbac1)
🐞 Bug Fixes
- Add lockfile glob for bun - by @rubiin in #262 (7efac)
- style/quotes: Disable
avoidEscape
for consistency - by @antfu (47657)