ESLint Config v2.0.1
May 20, 2024
Overview
All minor changes, mainly just dependency updates and internal changes. Dropped define-eslint-config and instead using type definitions from ESlint itself. Removed older typescript-eslint/parser and typescript-eslint/eslint-plugin packages and switch to typescript-eslint version 8 alpha because it has support for ESLint 9. As always if you run into issues while using this package please open an issue.
Changes
- Removed @typescript-eslint/eslint-plugin and @typescript-eslint/parser.
- Installed typescript-eslint@8.0.0-alpha.14.
- Removed define-eslint-config and switched to using the type definitions from eslint for flat configs.