v63.0.0
·
647 commits
to main
since this release
63.0.0 (2024-08-24)
⚠ BREAKING CHANGES
- @typescript-eslint/ban-types is replaced with
@typescript-eslint/no-unsafe-function-type and
@typescript-eslint/no-wrapper-object-types.
@typescript-eslint/no-var-requires is replaced with
@typescript-eslint/no-require-imports.
@typescript-eslint/no-loss-of-precision is replaced with
no-loss-of-precision.
languageOptions.parserOptions.project:true
is replaced with
languageOptions.parserOptions.projectService:true
.
Features
- typescript-eslint@v8 (dcabf55)