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 #31

Merged
merged 2 commits into from
Dec 31, 2024
Merged

feat: support ESLint 9 #31

merged 2 commits into from
Dec 31, 2024

Conversation

azu
Copy link
Owner

@azu azu commented Dec 31, 2024

Upgrade to ESLint 9 and plugins

@azu azu added Type: Breaking Change Includes breaking changes Type: Dependencies Dependency issues or Changes to dependency files labels Dec 31, 2024
import tsParser from "@typescript-eslint/parser";

export default [{
files: ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"],
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File ignored because no matching configuration was supplied

This config is required for avoiding the above error.

@azu azu merged commit 7a2405b into main Dec 31, 2024
8 checks passed
@azu azu deleted the eslint9 branch December 31, 2024 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Breaking Change Includes breaking changes Type: Dependencies Dependency issues or Changes to dependency files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant