Releases: antfu/eslint-config
Releases · antfu/eslint-config
v0.40.3
v0.40.2
No significant changes
View changes on GitHub
v0.40.1
v0.40.0
🚀 Features
- Add
default
inexports
- by @antfu (effc7) - Format for named tuple - by @xuzuodong in #229 (0ff5e)
- Add rule
no-import-node-modules-by-path
- by @zanminkian in #219 (cf124)
🐞 Bug Fixes
View changes on GitHub
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