Skip to content

Conversation

@hmd-ali
Copy link
Contributor

@hmd-ali hmd-ali commented Nov 25, 2025

No description provided.

@hmd-ali hmd-ali requested a review from wiktoriavh November 25, 2025 09:26
Comment on lines -18 to -22
"lint": "biome lint .",
"lint:fix": "biome lint --fix .",
"format": "biome format --write .",
"check": "biome check .",
"check:fix": "biome check --write .",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

biome check does linting and formatting, we only need to run that, no need for the other scripts
also you always want --write that will try to fix what can be fixed (linting wise), format and still show what linting/formatting errors that still exist (that couldn't be fixed by --write).

@hmd-ali hmd-ali merged commit 4953b4b into main Nov 25, 2025
1 check passed
@hmd-ali hmd-ali deleted the chore/adjust-scripts-and-add-typecheck-step-in-worflow branch November 25, 2025 13:24
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