Skip to content

Update eslint and turbo configs for devhub #2738

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

Merged
merged 1 commit into from
May 28, 2025
Merged

Conversation

aaronbassett
Copy link
Contributor

Summary

Update Turbo so that it builds the app before running eslint as the linting requires some generated code. Then update the eslint config to ignore the generated code as it should not be linted.

Rationale

Separating this out from PR #2735 so we can get it merged faster and unblock folks

@aaronbassett aaronbassett requested a review from a team as a code owner May 28, 2025 12:30
Copy link

vercel bot commented May 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
component-library ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 28, 2025 0:30am
developer-hub ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 28, 2025 0:30am
6 Skipped Deployments
Name Status Preview Comments Updated (UTC)
api-reference ⬜️ Skipped (Inspect) May 28, 2025 0:30am
entropy-debugger ⬜️ Skipped (Inspect) May 28, 2025 0:30am
entropy-explorer ⬜️ Skipped (Inspect) May 28, 2025 0:30am
insights ⬜️ Skipped (Inspect) May 28, 2025 0:30am
proposals ⬜️ Skipped (Inspect) May 28, 2025 0:30am
staking ⬜️ Skipped (Inspect) May 28, 2025 0:30am

@@ -13,12 +13,14 @@
"fix:lint": {
"dependsOn": [
"//#install:modules",
"^build",
"build",
Copy link
Collaborator

Choose a reason for hiding this comment

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

These two shouldn't actually be needed since this is just a virtual task and has no implementation other than triggering other tasks

@cprussin cprussin merged commit ca62063 into main May 28, 2025
11 checks passed
@cprussin cprussin deleted the fix-devhub-linting branch May 28, 2025 14:26
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.

2 participants