We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487c8c7 commit cc773e2Copy full SHA for cc773e2
DEVELOPMENT.md
@@ -123,6 +123,12 @@ This command checks Markdown files against the linting rules defined in the
123
Any formatting issues or deviations from the defined standards will be reported in the console. Addressing these helps
124
maintain high-quality, readable, and standardized documentation across the project.
125
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
+
132
Additionally, if your changes involve updating or adding links within the documentation, you can verify the validity
133
of all links by running:
134
0 commit comments