Releases: antfu/eslint-config
Releases · antfu/eslint-config
v0.39.8
🚀 Features
- basic:
- Ban self import - by @zanminkian in #213 (2ed85)
- Prefer non global process object - by @zanminkian in #214 (3ef95)
🐞 Bug Fixes
View changes on GitHub
v0.39.7
🚀 Features
- Ban
new Array
- by @zanminkian in #209 (be5bc) - ts: Enable
@typescript-eslint/ban-types
- by @zanminkian in #210 (d4a9e)
View changes on GitHub
v0.39.6
v0.39.5
🚀 Features
- basic: Ban deprecated syntax - by @zanminkian in #194 (0947d)
🐞 Bug Fixes
View changes on GitHub
v0.39.4
🚀 Features
- basic:
- Ban
global
variable - by @zanminkian in #189 (e787e) - Ban some deprecated global functions - by @zanminkian in #190 (aefa7)
- Ban
- ts:
- Enable
@typescript-eslint/consistent-type-assertions
- by @zanminkian in #188 (a3598)
- Enable
View changes on GitHub
v0.39.3
v0.39.2
v0.39.1
v0.39.0
🚀 Features
- Validate
jsonc
file - by @zanminkian in #184 (96dd9) - ts: Ban cjs exports in ts file - by @zanminkian in #167 (3ca0e)