Skip to content

Commit cc773e2

Browse files
authored
Add yarn lint:md --fix to DEVELOPMENT.md (#640)
Signed-off-by: Jens Reinecke <[email protected]>
1 parent 487c8c7 commit cc773e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

DEVELOPMENT.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ This command checks Markdown files against the linting rules defined in the
123123
Any formatting issues or deviations from the defined standards will be reported in the console. Addressing these helps
124124
maintain high-quality, readable, and standardized documentation across the project.
125125
126+
> Tip: Simple rule violations can be fixed by the linter itself. Try running the following before manually going through all warnings/errors:
127+
>
128+
> ```bash
129+
> yarn lint:md --fix
130+
> ````
131+
126132
Additionally, if your changes involve updating or adding links within the documentation, you can verify the validity
127133
of all links by running:
128134

0 commit comments

Comments
 (0)