Releases: Quramy/typescript-eslint-language-service
Releases · Quramy/typescript-eslint-language-service
v5.0.4
Bug fixes
- Can't load eslint configs after eslint@8.35.0 ( #523 )
v5.0.3
Bug fixes
- Check language service method existence before override (#519)
v5.0.1
Misc
- Stop to use typescript-eslint internal APIs ( #516 )
v5.0.0
Breaking Changes
- Change supported ESLint version. Require
eslint >= 8.0.0
- Change supported
@typescript-eslint/parser
version. Require @typescript-eslint/parser >= 5.0.0
v4.1.5
Bug Fix
- Reflect
programs
and moduleResolver
parser options
Misc
v4.1.3
Bug Fix
- Fix a bug to load configuration which extends
eslint:reccomended
or eslint:all
( #141 )
v4.1.2
Misc
- Change TypeScript build target option to ES2019
v4.0.0
Breaking changes
- Require
@typescript-eslint/parser
>= 4.0.0 ( #50 )