Skip to content

Configure lint and formatter for markdown files #2114

@notrab

Description

@notrab

Since moving to Biome we haven't really had anyting in place for formatting .md, .mdx files.

We should standardise formatting as docs are now updated by many folks, there's PRs with larger diffs than necessary because of formatters being different for us.

Investigate best path. Biome to my knowledge doesn't have a markdown formatting option, so we could introduce a plugin (if such exists for Biome), Prettier, or something more bespoke like a markdown format package only.

This should be added and checked in the same way Biome does its checks. We should not merge anything that is not formatted, or contains linting issues (e.g. prefer - instead of * for lists).

Metadata

Metadata

Assignees

Labels

Type

No fields configured for Task.

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions