-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Linting plugin stopped working in 2.0.0-canary.0 #8252
Comments
Looks like @chris-olszewski is ahead of it in #8253 |
Appears to fixed in the latest canary build |
I'm not sure what's happening with I have a monorepo with [email protected]. I have my root package with this npm script I have this Running this exact script I've described on a new repo works fine and I get the Running it on my monorepo, returns this
Same exact code on |
That sounds similar to the error message I fixed in this PR: #8405 To be specific, renaming |
Still present, same error message EDIT: May help someone in the future, but it was related to a
Where if |
Verify canary release
Link to code that reproduces this issue
n/a
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Which canary version will you have in your reproduction?
2.0.0-canary.0
Describe the Bug
Upgrading
eslint-plugin-turbo
breaks/ stops the turbo lifting for functioning:Expected Behavior
Able to use the
turbo
listing rulesTo Reproduce
Upgrade to Turbo v2 canary build and try to run the linting rules
Additional context
Appears that code is still referring to
pipeline
instead oftasks
when reading the turbo config fileThe text was updated successfully, but these errors were encountered: