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

fix scripts, apply prettier airbnb config #113

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

Conversation

Markeljan
Copy link
Collaborator

Fix scripts, apply prettier lint script following basic prettier config in package.json

Base automatically changed from add-mb-metadata-to-local-tool-calls to main March 11, 2025 15:25
@Markeljan Markeljan force-pushed the cleanup-dev-commands-apply-linting branch from 63f6562 to d6d1afb Compare March 11, 2025 18:03
Copy link
Member

@bh2smith bh2smith left a comment

Choose a reason for hiding this comment

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

All good except eslint appears to have been removed from the scripts.

One suggestion I usually go for is lint & format commands combining both eslint & prettier something like:

"lint": "eslint src/ && prettier --check '**/*.{js,jsx,ts,tsx}'",
"fmt": "eslint src/ --fix && prettier --write '**/*.{js,jsx,ts,tsx}'"

Comment on lines -10 to -11
"lint": "eslint src --ext .ts,tsx,js,jsx",
"lint:types": "tsc --noEmit",
Copy link
Member

Choose a reason for hiding this comment

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

I believe we still want eslint...

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