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 v8 #15

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

feat: support eslint v8 #15

wants to merge 4 commits into from

Conversation

G-Rath
Copy link
Owner

@G-Rath G-Rath commented Oct 28, 2021

No description provided.

@@ -79,7 +79,7 @@
]
},
"dependencies": {
"@typescript-eslint/experimental-utils": "^4.11.1",
"@typescript-eslint/experimental-utils": "^5.0.0",
Copy link

Choose a reason for hiding this comment

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

Suggested change
"@typescript-eslint/experimental-utils": "^5.0.0",
"@typescript-eslint/utils": "^5.10.0",

?

😀

Copy link

Choose a reason for hiding this comment

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

Copy link
Owner Author

Choose a reason for hiding this comment

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

ah right, in that case let's axe this from eslint-plugin-jest - it's not possible to support ESLint v8 because it removes the synchronous API this plugin requires and I can't use the async version since rules can't be async (yet) 🤷

(I thought I put that somewhere, but can't find the comment)

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.

None yet

2 participants