Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support ESLint 9 and typescript-eslint 7 #249

Merged
merged 7 commits into from
Mar 26, 2024

Conversation

JoshuaKGoldberg
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg commented Mar 26, 2024

PR Checklist

Overview

Adds an eslint-plugin-expect-type/configs/recommended export with the new shape. Touches up the README.md to emphasize flat config over legacy too.

Also prefers context.filename over context.getFilename() per https://eslint.org/blog/2023/05/eslint-v8.40.0-released.

@JoshuaKGoldberg JoshuaKGoldberg marked this pull request as ready for review March 26, 2024 11:48
@JoshuaKGoldberg JoshuaKGoldberg changed the title feat: add ESLint 9 and typescript-eslint 7 support feat: support ESLint 9 and typescript-eslint 7 Mar 26, 2024
@JoshuaKGoldberg JoshuaKGoldberg merged commit 039e3d8 into main Mar 26, 2024
17 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the eslint-9-and-typescript-eslint-7 branch March 26, 2024 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 Feature: Flat config (ESLint 9) support
1 participant