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

chore: eslint fix core #2522

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

chore: eslint fix core #2522

wants to merge 7 commits into from

Conversation

TylerBarnes
Copy link
Contributor

No description provided.

@TylerBarnes TylerBarnes requested a review from wardpeet February 25, 2025 01:20
Copy link

changeset-bot bot commented Feb 25, 2025

⚠️ No Changeset found

Latest commit: 6fdafae

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Feb 25, 2025

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

Name Status Preview Comments Updated (UTC)
assistant-ui ❌ Failed (Inspect) Feb 25, 2025 2:02am
bird-checker ❌ Failed (Inspect) Feb 25, 2025 2:02am
crypto-chatbot ❌ Failed (Inspect) Feb 25, 2025 2:02am
mastra ❌ Failed (Inspect) Feb 25, 2025 2:02am
openapi-spec-writer ❌ Failed (Inspect) Feb 25, 2025 2:02am
travel-ai ❌ Failed (Inspect) Feb 25, 2025 2:02am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
mastra-docs ⬜️ Skipped (Inspect) Feb 25, 2025 2:02am

Copy link

promptless bot commented Feb 25, 2025

✅ No documentation updates required.

Comment on lines 114 to 120
args: 'after-used',
argsIgnorePattern: '^_',
ignoreRestSiblings: true,
varsIgnorePattern: '^ignored',
"args": "all",
"argsIgnorePattern": "^_",
"caughtErrors": "all",
"caughtErrorsIgnorePattern": "^_",
"destructuredArrayIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"ignoreRestSiblings": true
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These are the actual changes, the other changes are prettier formatting indentation

Copy link
Contributor

Choose a reason for hiding this comment

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

can you talk about these?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, ended up taking this from here https://johnnyreilly.com/typescript-eslint-no-unused-vars since prefixing unused vars with _ wasn't working

Copy link

socket-security bot commented Feb 25, 2025

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@ai-sdk/[email protected] None +2 4.99 MB vercel-release-bot
npm/@ai-sdk/[email protected] 🔁 npm/@ai-sdk/[email protected] None +2 4.63 MB vercel-release-bot
npm/@ai-sdk/[email protected] 🔁 npm/@ai-sdk/[email protected] None +2 4.62 MB vercel-release-bot

🚮 Removed packages: npm/[email protected]

View full report↗︎

@vercel vercel bot temporarily deployed to Preview – mastra-docs February 25, 2025 01:55 Inactive
@vercel vercel bot temporarily deployed to Preview – crypto-chatbot February 25, 2025 01:55 Inactive
@vercel vercel bot temporarily deployed to Preview – mastra-docs February 25, 2025 01:55 Inactive
@vercel vercel bot temporarily deployed to Preview – travel-ai February 25, 2025 01:55 Inactive
@vercel vercel bot temporarily deployed to Preview – bird-checker February 25, 2025 01:55 Inactive
@vercel vercel bot temporarily deployed to Preview – openapi-spec-writer February 25, 2025 01:55 Inactive
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