Skip to content

Added Biome#4

Closed
MikhailArtemyev wants to merge 2 commits intomainfrom
add-biome
Closed

Added Biome#4
MikhailArtemyev wants to merge 2 commits intomainfrom
add-biome

Conversation

@MikhailArtemyev
Copy link
Copy Markdown
Contributor

  • Formatted code using Biome
  • Added format check to GitHub workflows
  • types.ts files contain explicit 'any' usage -> "noExplicitAny" set to "warn"

* Formatted code using Biome
* Added format check to GitHub workflows
* types.ts files contain explicit 'any' usage -> "noExplicitAny" set to "warn"
@MikhailArtemyev MikhailArtemyev changed the title * Added Biome Added Biome Sep 23, 2025
Comment thread .github/workflows/format.yml Outdated
@@ -0,0 +1,29 @@
name: format check
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Better to do it as a part of ci.yaml workflow.

Comment thread biome.json Outdated
"lineEnding": "lf",
"lineWidth": 100,
"indentStyle": "space",
"indentWidth": 4,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please, be more close to the original settings. Some of the changes are meaningful, some are meaningless. With the new indentWidth, we update most of the source lines.

* fixed indentWidth (set from 4 to 2)
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