-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
fix: enable isolate mode w/ typescript-eslint v8 #93
Conversation
🦋 Changeset detectedLatest commit: a52f517 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
023c5be
to
feec904
Compare
@SukkaW I don't have quite enough time working on OSS these days, do you want to help maintaining this project? If so I'd like to invite you as a maintainer. |
Sure! And you can also invite others who are interested in this project and maintain this together. |
I've invited you as administer, so you can invite others I believe. |
typescript-eslint
v8 beta has madeprojectService
stable (EXPERIMENTAL_useProjectService
is now justprojectService
) thus previousdelete parserOptions.EXPERIMENTAL_useProjectService
no longer works on typescript-eslint v8.The PR adds
delete parserOptions.useProjectService
. Whentypescript-eslint
v8 becomes stable, we might want to adapt typescript-eslint/typescript-eslint#9233 (typescript-eslint/typescript-eslint#8428)