Skip to content

Conversation

@Markeljan
Copy link
Member

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...

@Markeljan Markeljan closed this Jun 3, 2025
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.

3 participants