Releases: antfu/eslint-config
Releases · antfu/eslint-config
v2.22.0
v2.22.0-beta.3
v2.22.0-beta.2
v2.22.0-beta.1
v2.21.3
No significant changes
View changes on GitHub
v2.21.2
🚀 Features
- Add nvim support for
isInEditor
- by @ryoppippi in #507 (8f992) - typescript:
- Add 'ts/return-await' rule - by @ryoppippi in #509 (498cb)
- Add
ts/switch-exhaustiveness-check
rule - by @ryoppippi in #508 (33c63) - Add 'ts/promise-function-async' to type aware rule - by @ryoppippi in #511 (e7cd2)
🐞 Bug Fixes
- Peer dependency version of svelte-eslint-parser - by @thenbe in #504 (435e1)
- Ignore vite timestamp file - by @CofCat456 in #515 (8f36c)
View changes on GitHub
v2.21.1
🚀 Features
- Add 'contributors' to sort - by @christopher-buss in #500 and #501 (6cde4)
🐞 Bug Fixes
View changes on GitHub
v2.21.0
🐞 Bug Fixes
- Only enable ts rules for ts files, fix #498 - by @antfu in #498 (87142)
- Include
.d.mts
and.d.cts
- by @antfu (0582c) - Disbale type-aware in astro, handle formatter overrides with stylistic - by @tinchoz49 and @antfu in #493 (e3230)
- Include
.jsx
files when the options set to true - by @antfu (96aff)
View changes on GitHub
v2.20.0
🚀 Features
- Update astro plugin to v1.0 - by @tinchoz49 and @antfu in #492 (49a9d)
View changes on GitHub
v2.19.2
🚀 Features
- typescript: Add strict-boolean-expressions rule - by @ryoppippi in #490 (c0426)
🐞 Bug Fixes
- TsconfigPath undefined - by @tinchoz49 in #491 (8c473)